You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use this package to read and parse relatively small xlsx files containing user records.
For a specific file from a customer, calling readXlsxFile causes the process to crash with the following error -
FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
We know that the file was created (or at least opened and saved) in LibreOffice but are unable to diagnose any issues with it.
Reducing the row count has no effect. It is reproducible with the file below containing just a single row. Blank Sheet.xlsx (11.3 KB)
Snippet to reproduce the crash with read-excel-file@5.8.6 -
We use this package to read and parse relatively small xlsx files containing user records.
For a specific file from a customer, calling
readXlsxFile
causes the process to crash with the following error -We know that the file was created (or at least opened and saved) in LibreOffice but are unable to diagnose any issues with it.
Reducing the row count has no effect. It is reproducible with the file below containing just a single row.
Blank Sheet.xlsx (11.3 KB)
Snippet to reproduce the crash with
read-excel-file@5.8.6
-The text was updated successfully, but these errors were encountered: