Aspose cells streaming to a file

Hi,

I´m using aspose.cells 3.1.0.0.

It´s posible to stream a big .xls document to a file byte to byte?

for example I create "c:\\book1.xls" with a filestream. Then I fill 10000 cells in it´s current active worksheet. I t´s posible that "c:\\book1.xls" increases it´s sizes in bytes each time a new cell is filled in the worksheet.

I have documents with a large size of data and is performant for me to do this action while users in my aplication are waiting to get data.

Thanks. EfactoryTeam

Hi,

Since you are using some older version of Aspose.Cell, kindly try the latest version : http://www.aspose.com/community/files/51/file-format-components/aspose.cells/entry121851.aspx

In the newer Aspose.Cells versions, we did some optimization work related performance and you can manipulate huge excel files without any problem.

Thank you.