I was going trough some of the projects where I use Aspose cells today and upgraded the .dll files, but suddenly there was a problem reading a workbook, it “worked” on 4.0.1.0 but not on 4.0.2.0 returning this exception.
Inner Exception: Aspose.Cells.CellsException
Message: This Excel files contains BIFF7(Excel95 or earlier file format) records.
Code: UnsupportedFeature
TargetSite: Void ၻ(Aspose.Cells.Ss.໓)
Source: Aspose.Cells
StackTrace: at Aspose.Cells.RW.ွ.ၻ(໓ ၼ)
at Aspose.Cells.RW.ွ.(Stream Ԏ)
at Aspose.Cells.Workbook.Open(Stream stream)
at ssc.ExcelReader.BreReader.Process() in C:\Arbeid\Visual Studio Projects\ProductionReader\prodbre\BreReader.cs#137
The document is a very heavy/messy document that 4.0.1.0 wasn’t able to calculate the formulas on (not that I needed them I was reading it to collect data).
I went back to using 4.0.1.0. Just wanted to report the change/bug.