SaveFormat enumeration
SaveFormat enumeration
Represents the format in which the workbook is saved.
The SaveFormat type exposes the following members:
Fields
| Field | Description |
|---|---|
| CSV | Comma-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. |
| XLSX | Represents an xlsx file. |
| XLSM | Represents an xlsm file which enable macros. |
| XLTX | Represents an xltx file. |
| XLTM | Represents an xltm file which enable macros. |
| XLAM | Represents an xltm file which enable addin macros. |
| TSV | Tab-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_DELIMITED | Represents a tab delimited text file, same with SaveFormat.TSV. |
| HTML | Represents a html file. |
| M_HTML | Represents a mhtml file. |
| ODS | Open 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_2003 | Represents an Excel97-2003 xls file. |
| SPREADSHEET_ML | Represents an Excel 2003 xml file. |
| XLSB | Represents an xlsb file. |
| AUTO | 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. |
| UNKNOWN | Represents unrecognized format, cannot be saved. |
| Represents a Pdf file. | |
| XPS | XPS (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. |
| TIFF | Represents 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. |
| SVG | SVG 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. |
| DIF | Data Interchange Format. |
| OTS | Open Document Template Sheet(OTS) file. |
| XLT | Excel 97-2003 template file. |
| XML | Represents a simple xml file. |
| NUMBERS | Represents a numbers file. |
| MARKDOWN | Represents markdown document. |
| FODS | Represents 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. |
| SXC | Represents 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. |
| PPTX | Represents .pptx file. |
| DOCX | Represents .docx file. |
| EMF | Windows Enhanced Metafile. |
| JPG | JPEG JFIF. |
| PNG | Portable Network Graphics. |
| BMP | Windows Bitmap |
| GIF | Gif |
| JSON | Json |
| SQL_SCRIPT | Sql |
| X_HTML | Rrepesents XHtml file. please use HtmlSaveOptions.html_version property.This property will be removed 6 months later since March 2025. Aspose apologizes for any inconvenience you may have experienced. |
| EPUB | Represents Epub file. |
| AZW3 | Represents Azw3 file. |
| PCL | PCL (Printer Command Language) |
| DBF | Xbase Data file |
See Also
- module
aspose.cells