Reading password protected excel file
Hi,
I want to open an password protected excel file. I search from internet and read lots of page but I couldnt able to success.
http://www.codeproject.com/Articles/10257/Automating-MS-Excel-Using-Visual-Studio-NET
I add "using Microsoft.Office.Interop.Excel;" to my web project and try lots of codes, but its not working. Basically how may I do that?
Regards.