You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: