SaveFormat enumeration

SaveFormat enumeration

Represents the format in which the workbook is saved.

The SaveFormat type exposes the following members:

Fields

FieldDescription
CSVComma-Separated Values(CSV) text file.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.CSV property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
XLSXRepresents an xlsx file.
XLSMRepresents an xlsm file which enable macros.
XLTXRepresents an xltx file.
XLTMRepresents an xltm file which enable macros.
XLAMRepresents an xltm file which enable addin macros.
TSVTab-Separated Values(TSV) text file.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.TSV property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
TAB_DELIMITEDRepresents a tab delimited text file, same with SaveFormat.TSV.
HTMLRepresents a html file.
M_HTMLRepresents a mhtml file.
ODSOpen Document Sheet(ODS) file.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.ODS property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
EXCEL_97_TO_2003Represents an Excel97-2003 xls file.
SPREADSHEET_MLRepresents an Excel 2003 xml file.
XLSBRepresents an xlsb file.
AUTOIf 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.
UNKNOWNRepresents unrecognized format, cannot be saved.
PDFRepresents a Pdf file.
XPSXPS (XML Paper Specification) format.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.XPS property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
TIFFRepresents a TIFF file.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.TIFF property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
SVGSVG file.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.SVG property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
DIFData Interchange Format.
OTSOpen Document Template Sheet(OTS) file.
XLTExcel 97-2003 template file.
XMLRepresents a simple xml file.
NUMBERSRepresents a numbers file.
MARKDOWNRepresents markdown document.
FODSRepresents OpenDocument Flat XML Spreadsheet (.fods) file format.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.FODS property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
SXCRepresents StarOffice Calc Spreadsheet (.sxc) file format.
NOTE: This member is now obsolete. Instead,
please use SaveFormat.SXC property.
This property will be removed 6 months later since April 2021.
Aspose apologizes for any inconvenience you may have experienced.
PPTXRepresents .pptx file.
DOCXRepresents .docx file.
EMFWindows Enhanced Metafile.
JPGJPEG JFIF.
PNGPortable Network Graphics.
BMPWindows Bitmap
GIFGif
JSONJson
SQL_SCRIPTSql
X_HTMLRrepesents XHtml file.
EPUBRepresents Epub file.

See Also