Uncaught RangeError:Invalid array length when export just 80000 rows json data to .xlsx file #3294
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#3294
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
here is the error
here is my code
seems error happens while doing the writeFile step
Can you share the dataset? If not, can you check the value of
ws["!ref"]
before thewriteFile
call?ws["!ref"] value is A1:AX116524 ,should be in the range.
can't share dataset, and I try other dataset still have this problem. It works well when rows no more than 30000-40000 and error when few more rows. Maybe It is buffer problem. Anyway I try some other backend solution when dataset is big.thanks
Can you try forcing
dense
mode?