Class ExcelPackageSettings
Package generic settings
Inheritance
Object
ExcelPackageSettings
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml
Assembly: EPPlus.dll
Syntax
public class ExcelPackageSettings
Properties
ApplyFiltersOnSave
Any auto- or table- filters created will be applied on save. In the case you want to handle this manually, set this property to false.
Declaration
public bool ApplyFiltersOnSave { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
CultureSpecificBuildInNumberFormats
Culture specific number formats for the build-in number formats ranging from 14-47. As some build-in number formats are culture specific, this collection adds the pi
Declaration
public static Dictionary<string, Dictionary<int, string>> CultureSpecificBuildInNumberFormats { get; }
Property Value
| Type | Description |
|---|---|
| Dictionary<String, Dictionary<Int32, String>> |
DoGarbageCollectOnDispose
Do not call garbage collection when ExcelPackage is disposed.
Declaration
public bool DoGarbageCollectOnDispose { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ImageFunctionService
This service is used by the IMAGE function to download images over https
Declaration
public IHttpsService ImageFunctionService { get; set; }
Property Value
| Type | Description |
|---|---|
| IHttpsService |
ImageSettings
Set the handler for getting image bounds.
Declaration
public ExcelImageSettings ImageSettings { get; }
Property Value
| Type | Description |
|---|---|
| ExcelImageSettings |
TextSettings
Manage text settings such as measurement of text for the Autofit functions.
Declaration
public ExcelTextSettings TextSettings { get; }
Property Value
| Type | Description |
|---|---|
| ExcelTextSettings |