Hello;
I am evaluating Aspose.Cells for java. The output I will be producing is very large and for this reason I do not want to hold the entire spreadsheet in memory at once. I understand that Aspose allows streaming read/write. Can you explain what API I should use to stream my data out so that it would not need to be held in memory?
Regards;
Hi,
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />
Thank you for considering Aspose.
Well, if you open / save the workbook using streams, still the stream will be held in the memory. Please try our latest version of Aspose.Cells by downloading it from the following location:
http://www.aspose.com/community/files/72/java-components/aspose.cells-for-java/entry221865.aspx
In the latest version we have enhance the memory management. Also, please make sure that you have provided sufficient memory to the JVM.
For opening a workbook using the stream, please see the following documentation link:
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/opening-files.html
For saving a workbook using the stream, please see the following documentation link:
http://www.aspose.com/documentation/java-components/aspose.cells-for-java/saving-files.html
Thank You & Best Regards,