Workbook wb = new Workbook(@“Test.xlsx”);
Stopwatch sw = Stopwatch.StartNew();
wb.CalculateFormula();
Console.WriteLine($“{sw.ElapsedMilliseconds}ms”);
It will take about 1 minite to calculate formula.
Test.7z (556.…...sample code and files on the latest version v25.8, we can reproduce...