We’re using Aspose.Cells for .NET to generate large reports–on the order of 1 million rows. I’m using a SqlDataReader to stream data from SQL Server, which helps reduce memory usage. However, Aspose is still using up 500MB to 1GB of RAM. How do I reduce the memory usage? Perhaps some sort of batching? I am already outputting to a Stream. I tried calling Workbook.Save to push the data in memory to the stream, but there is no effect.
The version I’m using, based on the .lic file, is 2.2. Additional data on request.
Hi,
I am not using the ImportDataTable method; since the rows are read from the SqlDataReader one at a time, there is never a DataTable object in use.
I will look at the LightCells API. Thank you.