Aspose::Cells::SpreadsheetML2003SaveOptions class

SpreadsheetML2003SaveOptions class

Represents the options for saving Excel 2003 spreadml file.

class SpreadsheetML2003SaveOptions : public Aspose::Cells::SaveOptions

Methods

MethodDescription
GetCachedFileFolder()The cached file folder is used to store some large data.
GetClearData()Make the workbook empty after saving the file.
GetCreateDirectory()If true and the directory does not exist, the directory will be automatically created before saving the file.
GetExportColumnIndexOfCell()The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
GetLimitAsXls()Limit as xls, the max row index is 65535 and the max column index is 255.
GetMergeAreas()Indicates whether merge the areas of conditional formatting and validation before saving the file.
GetRefreshChartCache()Indicates whether refreshing chart cache data.
GetSaveFormat()Gets the save file format.
GetSortExternalNames()Indicates whether sorting external defined names before saving file.
GetSortNames()Indicates whether sorting defined names before saving file.
GetUpdateSmartArt()Indicates whether updating smart art setting. The default value is false.
GetValidateMergedAreas()Indicates whether validate merged cells before saving the file.
GetWarningCallback()Gets or sets warning callback.
IsIndentedFormatting()Causes child elements to be indented.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const SpreadsheetML2003SaveOptions& src)operator=
operator=(const SaveOptions& src)operator=
SaveOptions(SaveOptions_Impl* impl)Constructs from an implementation object.
SaveOptions(const SaveOptions& src)Copy constructor.
SetCachedFileFolder(const U16String& value)The cached file folder is used to store some large data.
SetCachedFileFolder(const char16_t* value)The cached file folder is used to store some large data.
SetClearData(bool value)Make the workbook empty after saving the file.
SetCreateDirectory(bool value)If true and the directory does not exist, the directory will be automatically created before saving the file.
SetExportColumnIndexOfCell(bool value)The default value is false, it means that column index will be ignored if the cell is contiguous to the previous cell.
SetIsIndentedFormatting(bool value)Causes child elements to be indented.
SetLimitAsXls(bool value)Limit as xls, the max row index is 65535 and the max column index is 255.
SetMergeAreas(bool value)Indicates whether merge the areas of conditional formatting and validation before saving the file.
SetRefreshChartCache(bool value)Indicates whether refreshing chart cache data.
SetSortExternalNames(bool value)Indicates whether sorting external defined names before saving file.
SetSortNames(bool value)Indicates whether sorting defined names before saving file.
SetUpdateSmartArt(bool value)Indicates whether updating smart art setting. The default value is false.
SetValidateMergedAreas(bool value)Indicates whether validate merged cells before saving the file.
SetWarningCallback(IWarningCallback* value)Gets or sets warning callback.
SpreadsheetML2003SaveOptions()Creates the options for saving Excel 2003 spreadml file.
SpreadsheetML2003SaveOptions(SpreadsheetML2003SaveOptions_Impl* impl)Constructs from an implementation object.
SpreadsheetML2003SaveOptions(const SpreadsheetML2003SaveOptions& src)Copy constructor.
SpreadsheetML2003SaveOptions(const SaveOptions& src)Constructs from a parent object.
~SaveOptions()Destructor.
~SpreadsheetML2003SaveOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also