SaveFormat
SaveFormat enumeration
Represents the format in which the workbook is saved.
public enum SaveFormat
Values
Name | Value | Description |
---|---|---|
Csv | 1 |
Comma-Separated Values(CSV) text file. |
CSV | 1 |
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. |
Xlsx | 6 |
Represents an xlsx file. |
Xlsm | 7 |
Represents an xlsm file which enable macros. |
Xltx | 8 |
Represents an xltx file. |
Xltm | 9 |
Represents an xltm file which enable macros. |
Xlam | 10 |
Represents an xltm file which enable addin macros. |
Tsv | 11 |
Tab-Separated Values(TSV) text file. |
TSV | 11 |
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. |
TabDelimited | 11 |
Represents a tab delimited text file, same with Tsv. |
Html | 12 |
Represents a html file. |
MHtml | 17 |
Represents a mhtml file. |
Ods | 14 |
Open Document Sheet(ODS) file. |
ODS | 14 |
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. |
Excel97To2003 | 5 |
Represents an Excel97-2003 xls file. |
SpreadsheetML | 15 |
Represents an Excel 2003 xml file. |
Xlsb | 16 |
Represents an xlsb file. |
Auto | 0 |
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 | 255 |
Represents unrecognized format, cannot be saved. |
13 |
Represents a Pdf file. | |
Xps | 20 |
XPS (XML Paper Specification) format. |
XPS | 20 |
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. |
Tiff | 21 |
Represents a TIFF file. |
TIFF | 21 |
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. |
Svg | 28 |
SVG file. |
SVG | 28 |
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. |
Dif | 30 |
Data Interchange Format. |
Ots | 31 |
Open Document Template Sheet(OTS) file. |
Xlt | 32 |
Excel 97-2003 template file. |
Xml | 51 |
Represents a simple xml file. |
Numbers | 56 |
Represents a numbers file. |
Markdown | 57 |
Represents markdown document. |
Fods | 59 |
Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
FODS | 59 |
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. |
Sxc | 60 |
Represents StarOffice Calc Spreadsheet (.sxc) file format. |
SXC | 60 |
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. |
Pptx | 61 |
Represents .pptx file. |
Docx | 62 |
Represents .docx file. |
Emf | 258 |
Windows Enhanced Metafile. |
Jpg | 261 |
JPEG JFIF. |
Png | 262 |
Portable Network Graphics. |
Bmp | 263 |
Windows Bitmap |
Gif | 322 |
Gif |
Json | 513 |
Json |
SqlScript | 514 |
Sql |
See Also
- namespace Aspose.Cells
- assembly Aspose.Cells