public final class SaveFormat
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
If saving the file to the disk,the file format accords to the extension of the file name.
|
static int |
AZW_3
Represents Azw3 file.
|
static int |
BMP
Windows Bitmap
|
static int |
CSV
Comma-Separated Values(CSV) text file.
|
static int |
DBF
Xbase Data file
|
static int |
DIF
Data Interchange Format.
|
static int |
DOCX
Represents .docx file.
|
static int |
EMF
Windows Enhanced Metafile.
|
static int |
EPUB
Represents Epub file.
|
static int |
EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.
|
static int |
FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
|
static int |
GIF
Gif
|
static int |
HTML
Represents a html file.
|
static int |
JPG
JPEG JFIF.
|
static int |
JSON
Json
|
static int |
M_HTML
Represents a mhtml file.
|
static int |
MARKDOWN
Represents markdown document.
|
static int |
NUMBERS
Represents a numbers file.
|
static int |
ODS
Open Document Sheet(ODS) file.
|
static int |
OTS
Open Document Template Sheet(OTS) file.
|
static int |
PCL
PCL (Printer Command Language)
|
static int |
PDF
Represents a Pdf file.
|
static int |
PNG
Portable Network Graphics.
|
static int |
PPTX
Represents .pptx file.
|
static int |
SPREADSHEET_ML
Represents an Excel 2003 xml file.
|
static int |
SQL_SCRIPT
Sql
|
static int |
SVG
SVG file.
|
static int |
SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
|
static int |
TAB_DELIMITED
Represents a tab delimited text file, same with
LoadFormat.TSV. |
static int |
TIFF
Represents a TIFF file.
|
static int |
TSV
Tab-Separated Values(TSV) text file.
|
static int |
UNKNOWN
Represents unrecognized format, cannot be saved.
|
static int |
X_HTML
Deprecated.
Use HtmlVersion.XHtml instead.
|
static int |
XLAM
Represents an xltm file which enable addin macros.
|
static int |
XLSB
Represents an xlsb file.
|
static int |
XLSM
Represents an xlsm file which enable macros.
|
static int |
XLSX
Represents an xlsx file.
|
static int |
XLT
Excel 97-2003 template file.
|
static int |
XLTM
Represents an xltm file which enable macros.
|
static int |
XLTX
Represents an xltx file.
|
static int |
XML
Represents a simple xml file.
|
static int |
XPS
XPS (XML Paper Specification) format.
|
public static final int CSV
public static final int XLSX
public static final int XLSM
public static final int XLTX
public static final int XLTM
public static final int XLAM
public static final int TSV
public static final int TAB_DELIMITED
LoadFormat.TSV.public static final int HTML
public static final int M_HTML
public static final int ODS
public static final int EXCEL_97_TO_2003
public static final int SPREADSHEET_ML
public static final int XLSB
public static final int AUTO
public static final int UNKNOWN
public static final int PDF
public static final int XPS
public static final int TIFF
public static final int SVG
public static final int DIF
public static final int OTS
public static final int XLT
public static final int XML
public static final int NUMBERS
Remarks
Not supported.public static final int MARKDOWN
public static final int FODS
public static final int SXC
public static final int PPTX
public static final int DOCX
public static final int EMF
public static final int JPG
public static final int PNG
public static final int BMP
public static final int GIF
public static final int JSON
public static final int SQL_SCRIPT
public static final int X_HTML
HtmlSaveOptions.getHtmlVersion() property.
This property will be removed 6 months later since March 2025.
Aspose apologizes for any inconvenience you may have experienced.public static final int EPUB
public static final int AZW_3
public static final int PCL
public static final int DBF
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.