Hi,
I'm trying to open a workbook and get an "Invalid worksheet name." exception.
Workbook workbook = new Workbook();
workbook.Open(path);
When opening the Workbook in Excel, I get a security warning. Automatic update of links has been disabled. Could this affect Aspose.Cells?
In general, are there any Excel files that you can't open with Aspose?
Thanks for any hints,
Rai