xlsx-populate icon indicating copy to clipboard operation
xlsx-populate copied to clipboard

Code stops when trying to populate big file.

Open jsalcedoa opened this issue 4 years ago • 1 comments

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.

image image image image image

jsalcedoa avatar Dec 03 '20 17:12 jsalcedoa

Same here

samuelfaj avatar Apr 28 '21 17:04 samuelfaj