Hi,there.Could you do me a favor about big excel file issue? #2973
Labels
No Label
DBF
Dates
Defined Names
Features
Formula
HTML
Images
Infrastructure
Integration
International
ODS
Operations
Performance
PivotTables
Pro
Protection
Read Bug
SSF
SYLK
Style
Write Bug
good first issue
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sheetjs/sheetjs#2973
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@sheetjs,is there any way to read big excel file like stream,so i can handle data row by row.beacuse i would get a webPage crash by reading all excel data of 18m size into memory,it was showing up to 2G ram in task manager.
Try passing the option
dense: true
to the parser: https://docs.sheetjs.com/docs/demos/bigdata/stream#dense-mode