Class ExcelCalculationOption
Options used by the formula parser
Inheritance
System.Object
ExcelCalculationOption
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class ExcelCalculationOption
Constructors
ExcelCalculationOption()
Constructor
Declaration
public ExcelCalculationOption()
Properties
AllowCircularReferences
Do not throw an exception if the formula parser encounters a circular reference
Declaration
public bool AllowCircularReferences { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PrecisionAndRoundingStrategy
In some functions EPPlus will round double values to 15 significant figures before the value is handled. This is an option for Excel compatibility.
Declaration
public PrecisionAndRoundingStrategy PrecisionAndRoundingStrategy { get; set; }
Property Value
Type | Description |
---|---|
PrecisionAndRoundingStrategy |