Loading the attached XLSM file fail with Aspose.Cells.CellsException. Message: Invalid formula:"$AA$1". The file can be opened in Excel without any problems.
I am testing with Aspose.Cells 22.7 for .NET.
The code looks like this:
var doc = new Workbook(inputFile, new Aspose.Cells.LoadOptions());
doc.Save(outputFile, Aspose.Cells.SaveFormat.Pdf);
388874_InvalidFormula.zip (482.5 KB)