stephen-hardy / xlsx.js

XLSX.js is a JavaScript library for converting the data in base64 XLSX files into JavaScript objects - and back! Please note that this library is licensed under the Microsoft Office Extensible File License - a license NOT approved by the OSI. While this license is based off of the MS-PL, which is OSI-approved, there are significant differences.
http://blog.innovatejs.com/?tag=xlsx-js
Other
575 stars 122 forks source link

worksheet - big dataset #27

Open MarcoVecchi opened 10 years ago

MarcoVecchi commented 10 years ago

Hi, i'm exporting a big dataset (around 70000 records) by using your library and it works great, but when i call xlsx(sheet).href() it takes a lot of time and it causes a freezing on the main thread. i was wondering if it would be possible to move the file generation process on a web worker ? What do you think ?