Excel Document with Split View results in 'Invalid Cell Name' error when Opening

Hello,

When I attempt to 'Open()' a workbook that has a Split view enabled on one of the worksheets, i receive an 'Invalid Cell name' error. This is not consistent by simply enabling split view, only certain occasions.

I've attached an xlsx file that causes this error. I'm using version 4.8.2.2 of Aspose.cells.dll. The code i'm using is:

Workbook wb = new Workbook();

wb.Open("SplitViewError.xlsx", FileFormatType.Excel2007Xlsx);

I'm working on a Windows 7 64 bit system using Visual Studio 2008.

I appreciate any help.

Thanks

Frank

Hi Frank,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

Thank you for sharing template file.

Please try the attached latest version as I tested your file with it and it works fine.

Thank You & Best Regards,

Thankyou. That version works.