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

MS excel generated files

It looks like XlsIO cannot be used to open and read files created in MS Excel, because I get a "cannot open file storage" error when I try to do this...
Here is the line of code that I use:
ExcelEngine excelEngine = new ExcelEngine();
IApplication application = excelEngine.Excel;
IWorkbook workbook = excelEngine.Excel.Workbooks.Open(Server.MapPath("\\XXXXX.xls"));
IWorksheet sheet =workbook.Worksheets[0];
Response.Write(sheet.Range["A1"].Text);
Am I going wrong somewhere? Please help.


1 Reply

YG Yavanaarasi G Syncfusion Team June 2, 2008 04:44 AM UTC

Hi Moihlobudi,

Thank you for your interest in Syncfusion products.

You have already created a direct trac incident regarding this issue. Could you please follow up direct trac incident?

Regards,
G.Yavana


Loader.
Live Chat Icon For mobile
Up arrow icon