MW
Melba Winshia
Syncfusion Team
October 26, 2006 02:39 PM UTC
Hi bvanderw,
Support for opening Excel Spreadsheet in read-only mode been added in the later versions. Would it be possible to upgrade to later versions. Use the following code snippets to open an XLS file that is already opened by Excel.
[C#]
//Opening the file.
IWorkbook workbook = excelEngine.Excel.Workbooks.OpenReadOnly(@"..\..\Sample.xls");
Please take a look and let me know if you have any other questions.
Thanks,
Melba