Enum ExcelCalcMode
How the application should calculate formulas in the workbook
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public enum ExcelCalcMode
Fields
Name | Description |
---|---|
Automatic | Indicates that calculations in the workbook are performed automatically when cell values change. The application recalculates those cells that are dependent on other cells that contain changed values. This mode of calculation helps to avoid unnecessary calculations. |
AutomaticNoTable | Indicates tables be excluded during automatic calculation |
Manual | Indicates that calculations in the workbook be triggered manually by the user. |