Class CompatibilitySettings
Settings to stay compatible with older versions of EPPlus
Inheritance
System.Object
CompatibilitySettings
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.Compatibility
Assembly: EPPlus.dll
Syntax
public class CompatibilitySettings
Properties
IsWorksheets1Based
If the worksheets collection of the ExcelWorkbook class is 1 based. This property can be set from appsettings.json file.
{
"EPPlus": {
"ExcelPackage": {
"Compatibility": {
"IsWorksheets1Based": true //Default and recommended value is false
}
}
}
}
Declaration
public bool IsWorksheets1Based { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |