I've got this error saving to html this xls file. 'Index was outside the bounds of the array.'

Hi.

I've got this error saving to html this xls file.

"Index was outside the bounds of the array."

Attached is simple test data.
Would you please test this file ?

Tested by
Aspose.Cells 7.4.3.0 for .NET 2.0

test code

Aspose.Cells.Workbook book = new Aspose.Cells.Workbook("c:\e0009_2.xls");
HtmlSaveOptions options = new HtmlSaveOptions();
options.HtmlCrossStringType = HtmlCrossType.Default;
book.Save("c:\temp\out.html", options);

Thank you .

Hi,

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

We were able to replicate this issue using your code and sample file. We have logged this issue in our database. We will look into it and fix it. 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-41666.

Hi,

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

We have fixed the issue.

Please download and try this fix: Aspose.Cells for .NET v7.4.3.2 and let us know your feedback.

Hi Shakeel

v7.4.3.2 runs correctly.
Thank you!!

Hi,

Thanks for your feedback.

It’s good to know that your issue is resolved in the latest version. If you encounter any other issue, please feel free to post on our forum, we will be glad to help you further.

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


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.