Articles in this section

Does XlsIO provide support to open an XLS file that is already opened by Excel?

Yes, XlsIO provides support to open an XLS file that is already opened by Excel. Use the following code snippets to open the XLS file that is already opened by Excel.

C#

// Opening the file.
IWorkbook workbook = excelEngine.Excel.Workbooks.OpenReadOnly(@"Sample.xlsx");

VB

' Opening a File.
Dim workbook As IWorkbook = application.Workbooks.OpenReadOnly(@"Sample.xlsx")
Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied