We are experiencing an issue when executing the CalculateFormula method on an Excel file that contains a COUNTIFS function in a formula. We are using version 5.2.2.3 of Aspose.Cells.
I have attached an Excel file that shows off this problem. Opening the file and performing CalculateFormula will throw an exception. This exception is only thrown if the values in A1 and A2 are the same. If the values are different then the error is not thrown.
If I call CalculateFormula(false) then I do not get this exception.
I wanted to bring this error to your attention but also wanted to ask about the risks of calling CalculateFormula with the IgnoreError parameter set to true. If one formula fails will it prevent others from calculating or will it only ignore those formulas that have errors?