xlsx-populate
xlsx-populate copied to clipboard
Code stops when trying to populate big file.
Hi,
I'm populating a file with "XlsxPopulate.fromFileAsync(filePath)" and it works fine on 40 files, but I have one file that have over 20,000 rows and 102 columns, when I get to the end "return workbook.outputAsync();" it stops on a file named lodash.js without me putting a breakpoint there, if I continue with the execution it does generates the file but when I try to open the file it sends me a couple error messages and alerts, file opens at the end but I can't really tell how much of the file was lost and I cant seem to find out how to stop the code from stopping. I'm attaching some screenshots, one of them shows how I'm populating the cells, it's just an example out of 102 columns.

Same here