Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large Excel File Read Issue #1025

Closed
Hirenp75 opened this issue Mar 7, 2018 · 9 comments
Closed

Large Excel File Read Issue #1025

Hirenp75 opened this issue Mar 7, 2018 · 9 comments

Comments

@Hirenp75
Copy link

Hirenp75 commented Mar 7, 2018

Hi,
I have upload the 1059 kb size xlsx file.than try to convert in json format.it take the 3 mins.
Please give the proper solution.

@shibut12
Copy link

shibut12 commented Mar 7, 2018

@Hirenp75 Can you share the code that you are using to upload and parse xlsx file? I have used sheetjs with worker process to parse really big excel file and never had to wait that longer.

@Hirenp75
Copy link
Author

Hirenp75 commented Mar 8, 2018 via email

@Hirenp75
Copy link
Author

Hirenp75 commented Mar 9, 2018

Resolved the Large Excel File Read Issue.

@begimai
Copy link

begimai commented Mar 12, 2018

@Hirenp75
how did you solve it? can you share with your code?

@Hirenp75
Copy link
Author

Hi begimai,

i have refer the https://github.com/SheetJS/js-xlsx/tree/master/demos/angular link.

@begimai
Copy link

begimai commented Mar 13, 2018

@Hirenp75 thank you

@sombek
Copy link

sombek commented Feb 14, 2019

Is there any thing new about it?
To avoid the blocking I did the XLSX reading operation in a separate worker "other thread" so nothing blocks the main tread.
But now it takes around ~4 minutes to read a ~18MB file.
And crashes with ~100MB files

We need a solutions please?
Any other libraries? Even if paid, just a good one with large data sets

@MyAngularGit
Copy link

@sombek can you please share your code block or guide on how you implemented web worker for xlsx reading, because i'm getting error "Uncaught (in promise): ErrorEvent: {"isTrusted":true}".
Please help asap.

@SheetJS SheetJS deleted a comment from Hirenp75 Jun 5, 2019
@reviewher
Copy link
Contributor

There are many discussions on the topic of reading large files. Closing in favor of #61 . Please follow the discussion there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants