Object Dispose

I’m using your Excel object inside of a Windows Service. The problem i’m having is that I cannot get your object to dispose of it’s resources. I’ve noticed there is no Dispose function implemented. Everytime I run the report the memory use just keeps getting bigger and bigger.

Any ideas?

Thanks

Could you send me your code to use Aspose.Excel? Aspose.Excel is a pure dotnet component so you can rely on the gabage colloector to manage the memory.