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.
Hi,
I found, the latest version is working fine.
Please download:
Aspose.Cells for .NET v7.0.1.6
Will you please test it with the latest version? If the problem occurs, then please provide us your sample code
Below is my test code. I have also checked it by setting A1 and A2 equal. Please see the output file.
C#
string filePath = @“F:\Shak-Data-RW\Downloads\MM02UM.xlsx”;
Workbook workbook = new Workbook(filePath);
workbook.CalculateFormula();
workbook.Save(filePath + “.out.xlsx”);
Hi,
unsupported function, external links, or other issues etc. It will calculate all the formulas except any formula which might throw exceptions or unsupported functions.