Show / Hide Table of Contents

Class ExcelPackageSettings

Package generic settings

Inheritance
System.Object
ExcelPackageSettings
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
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 true.

Declaration
public bool ApplyFiltersOnSave { get; set; }
Property Value
Type Description
System.Boolean

DoGarbageCollectOnDispose

Do not call garbage collection when ExcelPackage is disposed.

Declaration
public bool DoGarbageCollectOnDispose { get; set; }
Property Value
Type Description
System.Boolean

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
In This Article
Back to top Generated by DocFX