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?