Anyone knows how to dispose the Excel.Application object? I can't just say someObject (of type Excel.Application) = null. :(
I've set it on the destructor and on the task manager, the excel.exe is still there. Do I have to hold the process? If so, any samples?
Thanks in advance!
