G
Guest
i am using ASP.net to read one excel file.
after reading the excel file cell by cell, i am not able to release the excel.
i am using
objExcel.Application.Quit()
objExcel = Nothing
but still excel is not releasing from memory
thanx in advance
Anu
after reading the excel file cell by cell, i am not able to release the excel.
i am using
objExcel.Application.Quit()
objExcel = Nothing
but still excel is not releasing from memory
thanx in advance
Anu