Reputation: 143
Assuming I have a 2D array named Data.
I need to use IE11 for this job.
Upvotes: 1
Views: 625
Reputation: 97672
navigator.msSaveOrOpenBlob(blob, 'file.cvs');
Upvotes: 1
Reputation: 2885
You can use this library to create a file: https://github.com/eligrey/FileSaver.js/
Upvotes: 1