Aspose::Cells::SaveFormat enum

SaveFormat enum

Represents the format in which the workbook is saved.

enum class SaveFormat

Values

NameValueDescription
Csv1
Comma-Separated Values(CSV) text file.
CSV1(Deprecated - Use SaveFormat.Csv instead. )
Comma-Separated Values(CSV) text file. NOTE: This member is now obsolete. Instead, please use Csv property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Xlsx6
Represents an xlsx file.
Xlsm7
Represents an xlsm file which enable macros.
Xltx8
Represents an xltx file.
Xltm9
Represents an xltm file which enable macros.
Xlam10
Represents an xltm file which enable addin macros.
Tsv11
Tab-Separated Values(TSV) text file.
TSV11(Deprecated - Use FileFormatType.Tsv instead. )
Tab-Separated Values(TSV) text file. NOTE: This member is now obsolete. Instead, please use Tsv property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
TabDelimited11
Represents a tab delimited text file, same with Tsv.
Html12
Represents a html file.
MHtml17
Represents a mhtml file.
Ods14
Open Document Sheet(ODS) file.
ODS14(Deprecated - Use SaveFormat.Ods instead. )
Open Document Sheet(ODS) file. NOTE: This member is now obsolete. Instead, please use Ods property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Excel97To20035
Represents an Excel97-2003 xls file.
SpreadsheetML15
Represents an Excel 2003 xml file.
Xlsb16
Represents an xlsb file.
Auto0
If saving the file to the disk,the file format accords to the extension of the file name. If saving the file to the stream, the file format is xlsx.
Unknown255
Represents unrecognized format, cannot be saved.
Pdf13
Represents a Pdf file.
Xps20
XPS (XML Paper Specification) format.
XPS20(Deprecated - Use SaveFormat.Xps instead. )
XPS (XML Paper Specification) format. NOTE: This member is now obsolete. Instead, please use Xps property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Tiff21
Represents a TIFF file.
TIFF21(Deprecated - Use SaveFormat.Tiff instead. )
Represents a TIFF file. NOTE: This member is now obsolete. Instead, please use Tiff property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Svg28
SVG file.
SVG28(Deprecated - Use SaveFormat.Svg instead. )
SVG file. NOTE: This member is now obsolete. Instead, please use Svg property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Dif30
Data Interchange Format.
Ots31
Open Document Template Sheet(OTS) file.
Xlt32
Excel 97-2003 template file.
Xml51
Represents a simple xml file.
Numbers56
Represents a numbers file.
Markdown57
Represents markdown document.
Fods59
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
FODS59(Deprecated - Use SaveFormat.Fods instead. )
Represents OpenDocument Flat XML Spreadsheet (.fods) file format. NOTE: This member is now obsolete. Instead, please use Fods property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Sxc60
Represents StarOffice Calc Spreadsheet (.sxc) file format.
SXC60(Deprecated - Use SaveFormat.Sxc instead. )
Represents StarOffice Calc Spreadsheet (.sxc) file format. NOTE: This member is now obsolete. Instead, please use Sxc property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Pptx61
Represents .pptx file.
Docx62
Represents .docx file.
Emf258
Windows Enhanced Metafile.
Jpg261
JPEG JFIF.
Png262
Portable Network Graphics.
Bmp263
Windows Bitmap.
Gif322
Gif.
Json513
Json.
SqlScript514
Sql.
XHtml771
Rrepesents XHtml file.
Epub772
Represents Epub file.

See Also