Hi,
I get the following error on Workbook load:
"{"The last column in the region should be greater than or equal to the first column."}".
Sustem.InvalidOperationException
Code as follows:
workbookNoLinks = Infragistics.Excel.
Workbook.Load(fileName);
I would not be able to share my template. Any idea on what I should check?
Regards,
Yamini
This sounds like an issue that was recently fixed in versions 8.3 and later: 24818. Try installing the latest SR if you are using one of these versions to see if it fixes the issue.
I'm having the same issue, I've tried with Infragistics2.Excel (8.2), Infragistics3.Wpf.Excel, and Infragistics3.Excel (v9.2).
ExcelWorkbook =
Workbook.Load(excelFile);
I'm trying to open large excel files (~50MB, around a dozen of worksheets, and loads of vb macros). I'm wondering, if the size of the files could be the problem? Note, that they open just fine in excel, and excel interop.
Best regards, Richard