Skip to content

exceljs need higher performance, thank you #847

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

Open
zlzdp opened this issue Jun 6, 2019 · 2 comments
Open

exceljs need higher performance, thank you #847

zlzdp opened this issue Jun 6, 2019 · 2 comments

Comments

@zlzdp
Copy link

zlzdp commented Jun 6, 2019

I did some performance test, just compare exceljs with https://github.com/SheetJS/js-xlsx/ and xlsx-populate js lib.
js lib and version:
xlsx.js@0.14.3
exceljs@1.11.0
xlsx-populate@1.19.1
I tested it on web browser.

exceljs vs xlsx.js vs xlsx-populate
parse .xlsx file:
1MB file parse:
882.985107421875ms
2481.923583984375ms
1339.385009765625ms

15MB file parse:
13153.964111328125ms
exceljs crashed
22480.077880859375ms

exceljs is so slowly.
any plan with better performance?
thank you.

@zlzdp
Copy link
Author

zlzdp commented Jun 6, 2019

https://github.com/SheetJS/js-xlsx/ have better performance, but it is not full features excel lib.

@alubbe
Copy link
Member

alubbe commented Feb 23, 2020

hey @zlzdp we've just merged some performance improvements, some benchmarks show a 4x speedup. could you share how you tested your benchmark and run it again against our master?

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

2 participants