Formulas in Excel spreadsheet do not calculate until “Enable Editing” is clicked
Yergamoni, Rajkumar
1
Reputation point
When export the excel, the formulas was not calculating until “Enable Editing” is clicked in Excel spreadsheet.
Am using below code for cell formula:
var cellFormula = new CellFormula();
cellFormula.Text = value?.ToString();
result.CellFormula = cellFormula;
Developer technologies .NET .NET Runtime
1,270 questions
Microsoft 365 and Office Excel For business Windows
3,888 questions
Sign in to answer