Aspose.Cells.CellsException: Override element error on loading xlsx file

I am getting an error loading the attached XLSX file using the following code:


mXLS = New Aspose.Cells.Workbook(filename)

The file does open in Excel okay.

Here is the trace stack:

Aspose.Cells.CellsException: Override element eror

at ?..?(String , String )

at ?..Read(? )

at ?.?.()

at ?.?.Read()

at ?.?.(Workbook , LoadOptions )

at Aspose.Cells.Workbook.?(Stream , LoadOptions , Boolean )

at Aspose.Cells.Workbook.?(String , LoadOptions )

at Aspose.Cells.Workbook..ctor(String file, LoadOptions loadOptions)

Please advise.

-Kev

Hi,


Thanks for the template file and sample code.

After an initial test, I observed the issue as you mentioned. I found Aspose.Cells.CellsException: Override element error on loading your template XLSX file. I used the following sample code with your template file.
e.g
Sample code:

var wb = new Workbook(@“E:\test2\SampleData.xlsx”);

I have logged a ticket with an id “CELLSNET-43793” for your issue. We will look into it soon.

Once we have any update on it, we will let you know.

Thank you.

Hi,

Thanks for your using Aspose.Cells.

Please download and try the latest fix: Aspose.Cells for .NET v8.5.1.1 and let us know your feedback.

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


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