Aspose::Cells::IXlsbSaveOptions Class Referenceabstract

Represents the options for saving xlsb file. More...

Inherits Aspose::Cells::ISaveOptions.

Public Member Functions

virtual Aspose::Cells::OoxmlCompressionType GetCompressionType ()=0
 Gets the compression type for ooxml file. More...
 
virtual void SetCompressionType (Aspose::Cells::OoxmlCompressionType value)=0
 Sets the compression type for ooxml file. More...
 
virtual bool GetExportAllColumnIndexes ()=0
 Indicates whether exporting all column indexes for cells. More...
 
virtual void SetExportAllColumnIndexes (bool value)=0
 Indicates whether exporting all column indexes for cells. More...
 
- Public Member Functions inherited from Aspose::Cells::ISaveOptions
virtual Aspose::Cells::SaveFormat GetSaveFormat ()=0
 Gets the save file format. More...
 
virtual bool GetClearData ()=0
 Make the workbook empty after saving the file. More...
 
virtual void SetClearData (bool value)=0
 Make the workbook empty after saving the file. More...
 
virtual intrusive_ptr< Aspose::Cells::Systems::String > GetCachedFileFolder ()=0
 The cached file folder is used to store some large data. More...
 
virtual void SetCachedFileFolder (intrusive_ptr< Aspose::Cells::Systems::String > value)=0
 The cached file folder is used to store some large data. More...
 
virtual bool GetValidateMergedAreas ()=0
 Indicates whether validate merged cells before saving the file. More...
 
virtual void SetValidateMergedAreas (bool value)=0
 Indicates whether validate merged cells before saving the file. More...
 
virtual bool GetMergeAreas ()=0
 Indicates whether merge the areas of conditional formatting and validation before saving the file. More...
 
virtual void SetMergeAreas (bool value)=0
 Indicates whether merge the areas of conditional formatting and validation before saving the file. More...
 
virtual bool GetCreateDirectory ()=0
 If true and the directory does not exist, the directory will be automatically created before saving the file. More...
 
virtual void SetCreateDirectory (bool value)=0
 If true and the directory does not exist, the directory will be automatically created before saving the file. More...
 
virtual bool GetSortNames ()=0
 Indicates whether sorting defined names before saving file. More...
 
virtual void SetSortNames (bool value)=0
 Indicates whether sorting defined names before saving file. More...
 
virtual bool GetSortExternalNames ()=0
 Indicates whether sorting external defined names before saving file. More...
 
virtual void SetSortExternalNames (bool value)=0
 Indicates whether sorting external defined names before saving file. More...
 
virtual bool GetRefreshChartCache ()=0
 Indicates whether refreshing chart cache data More...
 
virtual void SetRefreshChartCache (bool value)=0
 Indicates whether refreshing chart cache data More...
 
virtual bool GetUpdateSmartArt ()=0
 Indicates whether updating smart art setting. The default value is false. More...
 
virtual void SetUpdateSmartArt (bool value)=0
 Indicates whether updating smart art setting. The default value is false. More...
 

Detailed Description

Represents the options for saving xlsb file.

Member Function Documentation

◆ GetCompressionType()

virtual Aspose::Cells::OoxmlCompressionType Aspose::Cells::IXlsbSaveOptions::GetCompressionType ( )
pure virtual

Gets the compression type for ooxml file.

The default value is OoxmlCompressionType.Level6.

◆ GetExportAllColumnIndexes()

virtual bool Aspose::Cells::IXlsbSaveOptions::GetExportAllColumnIndexes ( )
pure virtual

Indicates whether exporting all column indexes for cells.

The default value is true.

◆ SetCompressionType()

virtual void Aspose::Cells::IXlsbSaveOptions::SetCompressionType ( Aspose::Cells::OoxmlCompressionType  value)
pure virtual

Sets the compression type for ooxml file.

The default value is OoxmlCompressionType.Level6.

◆ SetExportAllColumnIndexes()

virtual void Aspose::Cells::IXlsbSaveOptions::SetExportAllColumnIndexes ( bool  value)
pure virtual

Indicates whether exporting all column indexes for cells.

The default value is true.