Memory optimizations

Dear Laurence,



What kind of memory optimizations is done in the new Aspose Cells release?

  • The byte array allocation when calling write?
  • Is the workbook created in whole when you call Workbook.read() ?
  • Anything else?



    Is this release the same as the Aspose.Excel file you posted to our discussion regarding memory issues?



    Best regards,

    Ulf

Hi Ulf,

Aspose.Excel is changed to Aspose.Cells now.

It's same as Aspose.Excel file posted in our discussion topic except the name change.

This new version decrease the byte array allocation size when write a very large file and it's created in a whole when calling Workbook.read method.