Excel in memory
using ASP.net , i am reading excel file and writing in one text file.
i am using
objExcel.Application.Quit()
objExcel = Nothing
but still excel.exe is in the memory.
pls let me know how to release excel from memory.
Thanx in advance
Anu
|