Object Cleanup?

Since the Excel object doesn’t inherit from IDisposable, how do you cleanup the object?

Thanks,
Dusty

Dear Dusty,

Thanks for your consideration.

Aspose.Excel uses pure managed C# code. It runs in server side without utilizing MS Excel. So we let gc to manage cleanup issues.