"Invalid end column index" Exception

I am getting a “Invalid end column index.” exception in Aspose.Cells 6.0.1.


The stack trace is as follows:

at ؆.܋.݂(Int32 ݃, Int32 ڋ, Int32 ݄, Int32 ڌ)
at Aspose.Cells.HyperlinkCollection.ࢃ(Int32 ࡜, Int32 ࡝, Int32 ࢅ, Int32 ࡺ, String ር)
at Aspose.Cells.HyperlinkCollection.ᾭ(Byte[] ؏)
at ༣.㹩.㺤(㻖 ԁ)
at ༣.㹩.㺥(㻖 ԁ)
at ༣.㹩.㻇(㻖 ԁ)
at ༣.㹩.㻊(MemoryStream ԁ)
at ༣.㹩.㻈(࢟ ׊)
at ༣.㹩.ࣘ(࢟ ׊)
at Aspose.Cells.Workbook.Ӿ(String ӿ, LoadOptions Ԁ)
at Aspose.Cells.Workbook…ctor(String file)
at LibDCF.DCFProcessor.getCoordinateId(String filename) in C:\code\dcf\LibDCF\Core\DCFProcessor.cs:line 173


The client code is very simple:

var workbook = new Workbook(filename);

Is there anything you can suggest to help debug this issue?

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.


Thanks in advance for you assistance,

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.

Hi,

We have fixed this issue. Please download:
Aspose.Cells
for .NET v6.0.1.9

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.