Index was out of range

Hi,

I have an excel file.When I use workbook.Save method ,our system giving en error that index was out of range.I attached original file.Coul you please check it?

Hi,

Thanks for your posting and using Aspose.Cells for .NET.

I was able to replicate this issue using the latest version:
Aspose.Cells
for .NET v7.3.0.5



We have logged this issue in our database. We will look into it and fix the problems. Once the issue is resolved or we have some other update for you, we will let you know asap.

This issue has been logged as CELLSNET-40962.

Below is a screenshot showing exception for your reference. Please also see the test code below.

C#


string filePath = @“F:\Shak-Data-RW\Downloads\PL.6.3.002-2_1.XLS”;


Workbook workbook = new Workbook(filePath);


workbook.CalculateFormula();


workbook.Save(filePath + “.out.xls”);



Screenshot:

Hi,


Please try the new fix: Aspose.Cells for .NET v7.3.0.6

We have fixed your issue now.

Thanks,

The issues you have found earlier (filed as CELLSNET-40962) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by aspose.notifier.