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.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit GuptaPosted Feb 4, 2018, 12:13 PM