[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.XlsxSaveOptions

Class XlsxSaveOptions

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Option class for saving xlsx file.

public class XlsxSaveOptions : SaveOptionsBase
Inheritance
object
XlsxSaveOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

XlsxSaveOptions()

Constructor.

public XlsxSaveOptions()

Properties

ExcludeEmptyRegionCells

Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false.

public bool ExcludeEmptyRegionCells { get; set; }

Property Value

bool

ExcludeUnusedNames

Indicates whether to exclude user-defined but never used Define name. Default is false.

public bool ExcludeUnusedNames { get; set; }

Property Value

bool

ExcludeUnusedStyles

Indicates whether to exclude user-defined but never used Cell styles. Default is false.

public bool ExcludeUnusedStyles { get; set; }

Property Value

bool

IgnoreFormulas

Indicates whether to treat formula cells as value cells.

public bool IgnoreFormulas { get; set; }

Property Value

bool

IsCompactMode

A bool indicating whether to save workbook in compact mode, the default value is false.

public bool IsCompactMode { get; set; }

Property Value

bool

Password

The password for the xlsx file.

public string Password { get; set; }

Property Value

string