Table of Contents

Class OpenXmlConfiguration

Namespace
MiniExcelLibs.OpenXml
Assembly
MiniExcel.dll
public class OpenXmlConfiguration : Configuration, IConfiguration
Inheritance
OpenXmlConfiguration
Implements
Inherited Members

Constructors

OpenXmlConfiguration()

public OpenXmlConfiguration()

Properties

AutoFilter

public bool AutoFilter { get; set; }

Property Value

bool

DynamicSheets

public DynamicExcelSheet[] DynamicSheets { get; set; }

Property Value

DynamicExcelSheet[]

EnableConvertByteArray

public bool EnableConvertByteArray { get; set; }

Property Value

bool

EnableSharedStringCache

public bool EnableSharedStringCache { get; set; }

Property Value

bool

EnableWriteNullValueCell

public bool EnableWriteNullValueCell { get; set; }

Property Value

bool

FillMergedCells

public bool FillMergedCells { get; set; }

Property Value

bool

FreezeColumnCount

public int FreezeColumnCount { get; set; }

Property Value

int

FreezeRowCount

public int FreezeRowCount { get; set; }

Property Value

int

IgnoreTemplateParameterMissing

public bool IgnoreTemplateParameterMissing { get; set; }

Property Value

bool

SharedStringCacheSize

public long SharedStringCacheSize { get; set; }

Property Value

long

TableStyles

public TableStyles TableStyles { get; set; }

Property Value

TableStyles