Hi,there.Could you do me a favor about big excel file issue? #2973

Closed
opened 2023-06-26 16:22:04 +00:00 by crdro1621876969 · 2 comments

@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.

@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.
Owner

Try passing the option dense: true to the parser: https://docs.sheetjs.com/docs/demos/bigdata/stream#dense-mode

Try passing the option `dense: true` to the parser: https://docs.sheetjs.com/docs/demos/bigdata/stream#dense-mode
Owner

If "Dense Mode" (https://docs.sheetjs.com/docs/demos/bigdata/stream#dense-mode) does not help, please reopen with some information about the size of the dataset (how many columns? are they primary numeric or text?) and we can take a closer look.

If "Dense Mode" (https://docs.sheetjs.com/docs/demos/bigdata/stream#dense-mode) does not help, please reopen with some information about the size of the dataset (how many columns? are they primary numeric or text?) and we can take a closer look.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sheetjs/sheetjs#2973
No description provided.