SaveFormat
Contents
[
Hide
]SaveFormat enumeration
Utility class containing constants. Represents the format in which the workbook is saved.
Values
| Name | Description |
|---|---|
| CSV | Comma-Separated Values(CSV) text file. |
| 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. |
| TAB_DELIMITED | Represents a tab delimited text file, same with TSV . |
| HTML | Represents a html file. |
| M_HTML | Represents a mhtml file. |
| ODS | Open Document Sheet(ODS) file. |
| 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. |
| TIFF | Represents a TIFF file. |
| SVG | SVG file. |
| 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. Not supported. |
| MARKDOWN | Represents markdown document. |
| FODS | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
| SXC | Represents StarOffice Calc Spreadsheet (.sxc) file format. |
| 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. |
| EPUB | Represents Epub file. |
| AZW_3 | Represents Azw3 file. |
| PCL | |
| OFD | |
| DBF |