Class XlsbSaveOptions

Class XlsbSaveOptions

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents the options for saving xlsb file.

public class XlsbSaveOptions : SaveOptions

Inheritance

objectSaveOptionsXlsbSaveOptions

Inherited Members

SaveOptions.m_SaveFormat, SaveOptions.SaveFormat, SaveOptions.ClearData, SaveOptions.CachedFileFolder, SaveOptions.ValidateMergedAreas, SaveOptions.MergeAreas, SaveOptions.CreateDirectory, SaveOptions.SortNames, SaveOptions.SortExternalNames, SaveOptions.RefreshChartCache, SaveOptions.WarningCallback, SaveOptions.CheckExcelRestriction, SaveOptions.UpdateSmartArt, SaveOptions.EncryptDocumentProperties, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

XlsbSaveOptions()

Creates xlsb file save options.

public XlsbSaveOptions()

Properties

CompressionType

Gets and sets the compression type for ooxml file.

public OoxmlCompressionType CompressionType { get; set; }

Property Value

OoxmlCompressionType

Remarks

The default value is OoxmlCompressionType.Level6.

ExportAllColumnIndexes

Indicates whether exporting all column indexes for cells.

public bool ExportAllColumnIndexes { get; set; }

Property Value

bool

Remarks

The default value is true.

LightCellsDataProvider

The data provider for saving workbook in light mode.

public LightCellsDataProvider LightCellsDataProvider { get; set; }

Property Value

LightCellsDataProvider