We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Cannot locate workbook item: xl/workbook.xml

When trying to open a workbook, I get the following error:

Cannot locate workbook item: xl/workbook.xml

<code>
Excel.ExcelEngine eng = new Excel.ExcelEngine();
Excel.IApplication exc = eng.Excel;
Excel.IWorkbook wk;
wk = (exc.Workbooks.Open(Res.Default.DAILYREPORT));
</code>

3 Replies

PM Prasanth M Syncfusion Team December 7, 2015 01:30 PM UTC

Hi Keith,

We are unable to reproduce the issue from the provided information and requesting you to share us the input file which narrates the issue. This will be helpful for us to analyze on this and provide you a prompt solution at the earliest.

Regards,
Prasanth



YR Yogeshwar Rachcha September 14, 2016 11:10 AM UTC

I am unable to open a .xlsb workbook.

I am creating an instance of class Syncfusion.XlsIO.Implementation.ApplicationImpln. 

I'm trying to set a workbook variable by using Workbooks.Open(path) method. The error says the same as reported here.


SS Sridhar Sukumar Syncfusion Team September 15, 2016 07:09 AM UTC

Hi Keith, 
 
Thank you updating us. 
 
XlsIO does not have support to open the .xlsb workbook. The file formats supported by XlsIO are mentioned in the following link. 
 
 
To know more about the supported features in XlsIO kindly refer the following UG documentation link. 
 
 
Regards, 
Sridhar S 


Loader.
Live Chat Icon For mobile
Up arrow icon