1

Assuming I have a 2D array named Data.

I need to use IE11 for this job.

1
  • join array cells by "," and the rows by "\n", then download, then open in excel Commented Jun 1, 2015 at 19:27

2 Answers 2

1

You can use this library to create a file: https://github.com/eligrey/FileSaver.js/

Sign up to request clarification or add additional context in comments.

Comments

1
  • convert the array to the required cvs format as a string
  • convert the string to a blob
  • save the blob navigator.msSaveOrOpenBlob(blob, 'file.cvs');

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.