Class ExcelPackageSettings
- Namespace
- OfficeOpenXml
- Assembly
- EPPlus.dll
Package generic settings
public class ExcelPackageSettings
- Inheritance
-
ExcelPackageSettings
- Inherited Members
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 true.
public bool ApplyFiltersOnSave { get; set; }
Property Value
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
public static Dictionary<string, Dictionary<int, string>> CultureSpecificBuildInNumberFormats { get; }
Property Value
DoGarbageCollectOnDispose
Do not call garbage collection when ExcelPackage is disposed.
public bool DoGarbageCollectOnDispose { get; set; }
Property Value
ImageSettings
Set the handler for getting image bounds.
public ExcelImageSettings ImageSettings { get; }
Property Value
TextSettings
Manage text settings such as measurement of text for the Autofit functions.
public ExcelTextSettings TextSettings { get; }