Close a workbook

name gavin o'dea

email: avino@gvsoftware.com.au

i am using the aspose.cell to read files (tab and csv) into a datatable to allowing importing of data. this works well. but when i want to import a large number of files 150 it appears as if the memory is not being reclaimed. i wanting to inquiry how would i ensure that the workbook for each file is being disposed of. note there is no explicit close() method foe this object


This message was posted using Aspose.Live 2 Forum

Hi Gavin,

Could you post your sample code here? We will check how to optimize it.

I guess that you are using Aspose.Cells in an asp.net application. Asp.net use it own method to recycle the memory to achieve high performance. You can write a console application to verify it.