I am getting a “Invalid end column index.” exception in Aspose.Cells 6.0.1.
Hi,
Please provide us your source xls/xlsx file. We will check it soon.
Please also try the latest version:
Aspose.Cells
for .NET v6.0.1.5
The file causing the issue under v6.0.1.5 is attached.
Hi,
I was able to reproduce the problem using the latest version:
Aspose.Cells
for .NET v6.0.1.8
We will investigate this issue and update you asap.
I have attached the output file. Below is my code.
C#
string path=@“c:\error.xls”;
Workbook workbook = new Workbook(path);
workbook.Save(path+“.out.xls”);
This issue has been logged as CELLSNET-30056.
The issues you have found earlier (filed as 30056) have been fixed in this update.
This message was posted using Notification2Forum from Downloads module by aspose.notifier.