Table of Contents

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

bool

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

Dictionary<string, Dictionary<int, string>>

DoGarbageCollectOnDispose

Do not call garbage collection when ExcelPackage is disposed.

public bool DoGarbageCollectOnDispose { get; set; }

Property Value

bool

ImageSettings

Set the handler for getting image bounds.

public ExcelImageSettings ImageSettings { get; }

Property Value

ExcelImageSettings

TextSettings

Manage text settings such as measurement of text for the Autofit functions.

public ExcelTextSettings TextSettings { get; }

Property Value

ExcelTextSettings