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
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Microsoft 365 and Office | Excel | For business | Windows
Microsoft 365 and Office | Excel | For business | Windows
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Sign in to answer