Table of Contents

Enum ExcelCalcMode

Namespace
OfficeOpenXml
Assembly
EPPlus.dll

How the application should calculate formulas in the workbook

public enum ExcelCalcMode

Fields

Automatic = 0

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 = 1

Indicates tables be excluded during automatic calculation

Manual = 2

Indicates that calculations in the workbook be triggered manually by the user.