dtjohnson / xlsx-populate

Excel XLSX parser/generator written in JavaScript with Node.js and browser support, jQuery/d3-style method chaining, encryption, and a focus on keeping existing workbook features and styles in tact.
MIT License
957 stars 183 forks source link

Code stops when trying to populate big file. #294

Open jsalcedoa opened 3 years ago

jsalcedoa commented 3 years ago

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

samuelfaj commented 3 years ago

Same here