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... | |
![]() | |
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... | |
Represents the options for saving xlsb file.
|
pure virtual |
Gets the compression type for ooxml file.
The default value is OoxmlCompressionType.Level6.
|
pure virtual |
Indicates whether exporting all column indexes for cells.
The default value is true.
|
pure virtual |
Sets the compression type for ooxml file.
The default value is OoxmlCompressionType.Level6.
|
pure virtual |
Indicates whether exporting all column indexes for cells.
The default value is true.