Sunday, 9 December 2018

Parsing large excel spreadsheets in node

I have been trying to parse an excel file of 10000 rows + but unfortunately I get the FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory . I also tried increasing my server instance to a 32 gb ram still the issue persists.Can someone help me with it. What approach should I take to avoid this. I don’t want to re write the parsing part in python so please suggest me the correct way to handle large files in node js.

Submitted December 09, 2018 at 05:54PM by soulreaper020693

No comments:

Post a Comment