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.…...Workbook.CalculateFormula is very time consuming (with non-existing...14, 2025, 3:04am 1 Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch...