public class XlsbSaveOptions extends SaveOptions
| Constructor and Description |
|---|
XlsbSaveOptions()
Creates xlsb file save options.
|
XlsbSaveOptions(int saveFormat)
Deprecated.
Use XlsbSaveOptions() constructor instead.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCompressionType()
Gets the compression type for ooxml file.
|
boolean |
getExportAllColumnIndexes()
Indicates whether exporting all column indexes for cells.
|
LightCellsDataProvider |
getLightCellsDataProvider()
The data provider for saving workbook in light mode.
|
void |
setCompressionType(int value)
Sets the compression type for ooxml file.
|
void |
setExportAllColumnIndexes(boolean value)
Indicates whether exporting all column indexes for cells.
|
void |
setLightCellsDataProvider(LightCellsDataProvider value)
The data provider for saving workbook in light mode.
|
getCachedFileFolder, getCheckExcelRestriction, getClearData, getCreateDirectory, getEncryptDocumentProperties, getMergeAreas, getRefreshChartCache, getSaveFormat, getSortExternalNames, getSortNames, getUpdateSmartArt, getValidateMergedAreas, getWarningCallback, setCachedFileFolder, setCheckExcelRestriction, setClearData, setCreateDirectory, setEncryptDocumentProperties, setMergeAreas, setRefreshChartCache, setSortExternalNames, setSortNames, setUpdateSmartArt, setValidateMergedAreas, setWarningCallbackpublic XlsbSaveOptions()
public XlsbSaveOptions(int saveFormat)
Remarks
NOTE: This constructor is now obsolete. Instead, please use XlsbSaveOptions() constructor. This property will be removed 12 months later since January 2021. Aspose apologizes for any inconvenience you may have experienced.saveFormat - SaveFormat. The save format . It must be xlsb.public int getCompressionType()
See OoxmlCompressionType.
Remarks
The default value is OoxmlCompressionType.Level6.public void setCompressionType(int value)
See OoxmlCompressionType.
Remarks
The default value is OoxmlCompressionType.Level6.public boolean getExportAllColumnIndexes()
Remarks
The default value is true.public void setExportAllColumnIndexes(boolean value)
Remarks
The default value is true.public LightCellsDataProvider getLightCellsDataProvider()
public void setLightCellsDataProvider(LightCellsDataProvider value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.