Posted 8 September 2017, 10:09 am EST
Hi,
I’ve noted that exporting a spreadsheet with thousands of rows the memory allocation grows up to the javascript heap limit and the process crash.
For example, a spreadsheet with 50k rows and 30 columns (and some columns formatting) allocates initially about 290 Mb in Chrome 64 bit.
Invoking the Save method of GC.Spread.Excel.IO the memory rises to more than 2 Gb and the operation fails.
Why the export operation is so memory hungry?
Is there an alternative to export to excel avoiding the issue ?
This problem limits drastically the potential of the tool.
Thanks
Alessandro
