File Closing

Hi All,

I need a small help. I opened one workbook and saved the workbook. After that i want to close the workbook. There is no such method for closing please help me how i can achieve this.

Even i am not opening the file i got error like this ....

"File not found exception:The process is used by another person"

Regards,

Bertha

Hi,

Thanks for considering Aspose.

Well, when you use save() method of Workbook class, all the related objects, data etc. would be null and the resources are released by java's internal thread Garbage Collection. And do you use some threads to share and manipulate excel file on the network

Thank you.