-
Notifications
You must be signed in to change notification settings - Fork 85
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
Parsing a file with a large number of rows #31
Comments
I have the same problem! .../node_modules/excel/node_modules/node-promise/promise.js:147 More than 11 months nothing changed, so is this module still alive? |
Is it alive? It appears to be useful to some still, but nothing is being done to improve it. You might have better luck with https://github.com/mgcrea/node-xlsx. |
Same issue. Seems that it doesn't scale linearly. Will try to get it work with another lib. |
@beflori I know it's been a long time, but out of curiosity, do you (and did you at the time you were looking into this) know about https://github.com/SheetJS/js-xlsx? If so, why use excel.js instead of that? I haven't worked on this in a long time, and I wonder if I should just point people to that other option, or if there's something compelling about excel.js that I should make more clear or enhance. |
It worked for us with node-xlsx and I wasn't aware of a better lib back then. Parsing Excel files seems to be error prone. |
Merged and fixed |
Parsing 5,000 rows takes a few seconds but 30,000 rows just seemed to hang / not work. I stopped it after a few minutes though. I would have thought time would scale linearly with the number of rows but that appears not to be the case?
The text was updated successfully, but these errors were encountered: