How to open a existing workbook in editable mode in c#

Feb 4 2018 10:08 AM
Hi All,
 
I am trying to open excel file , it's opening as a read-only mode.
 
below is the code  
 
Microsoft.Office.Interop.Excel.Workbook xlWorkbook = xlApp.Workbooks.Open(mySheet,false,ReadOnly:false,Editable:true); 
 
 
Regards,
Purna. 

Answers (1)