java.lang.Object
com.aspose.cells.SaveFormat
public class SaveFormat
| Field Summary | ||
|---|---|---|
static final int | CSV | |
| Comma-Separated Values(CSV) text file. | ||
static final int | XLSX | |
| Represents an xlsx file. | ||
static final int | XLSM | |
| Represents an xlsm file which enable macros. | ||
static final int | XLTX | |
| Represents an xltx file. | ||
static final int | XLTM | |
| Represents an xltm file which enable macros. | ||
static final int | XLAM | |
| Represents an xltm file which enable addin macros. | ||
static final int | TSV | |
| Tab-Separated Values(TSV) text file. | ||
static final int | TAB_DELIMITED | |
|
Represents a tab delimited text file, same with |
||
static final int | HTML | |
| Represents a html file. | ||
static final int | M_HTML | |
| Represents a mhtml file. | ||
static final int | ODS | |
| Open Document Sheet(ODS) file. | ||
static final int | EXCEL_97_TO_2003 | |
| Represents an Excel97-2003 xls file. | ||
static final int | SPREADSHEET_ML | |
| Represents an Excel 2003 xml file. | ||
static final int | XLSB | |
| Represents an xlsb file. | ||
static final int | 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. | ||
static final int | UNKNOWN | |
| Represents unrecognized format, cannot be saved. | ||
static final int | PDF | |
| Represents a Pdf file. | ||
static final int | XPS | |
| XPS (XML Paper Specification) format. | ||
static final int | TIFF | |
| Represents a TIFF file. | ||
static final int | SVG | |
| SVG file. | ||
static final int | DIF | |
| Data Interchange Format. | ||
static final int | OTS | |
| Open Document Template Sheet(OTS) file. | ||
static final int | XLT | |
| Excel 97-2003 template file. | ||
static final int | XML | |
| Represents a simple xml file. | ||
static final int | NUMBERS | |
| Represents a numbers file. | ||
static final int | MARKDOWN | |
| Represents markdown document. | ||
static final int | FODS | |
| Represents OpenDocument Flat XML Spreadsheet (.fods) file format. | ||
static final int | SXC | |
| Represents StarOffice Calc Spreadsheet (.sxc) file format. | ||
static final int | PPTX | |
| Represents .pptx file. | ||
static final int | DOCX | |
| Represents .docx file. | ||
static final int | EMF | |
| Windows Enhanced Metafile. | ||
static final int | JPG | |
| JPEG JFIF. | ||
static final int | PNG | |
| Portable Network Graphics. | ||
static final int | BMP | |
| Windows Bitmap | ||
static final int | GIF | |
| Gif | ||
static final int | JSON | |
| Json | ||
static final int | SQL_SCRIPT | |
| Sql | ||
| Field Detail |
|---|
CSV | |
public static final int CSV | |
XLSX | |
public static final int XLSX | |
XLSM | |
public static final int XLSM | |
XLTX | |
public static final int XLTX | |
XLTM | |
public static final int XLTM | |
XLAM | |
public static final int XLAM | |
TSV | |
public static final int TSV | |
TAB_DELIMITED | |
public static final int TAB_DELIMITED | |
HTML | |
public static final int HTML | |
M_HTML | |
public static final int M_HTML | |
ODS | |
public static final int ODS | |
EXCEL_97_TO_2003 | |
public static final int EXCEL_97_TO_2003 | |
SPREADSHEET_ML | |
public static final int SPREADSHEET_ML | |
XLSB | |
public static final int XLSB | |
AUTO | |
public static final int AUTO | |
UNKNOWN | |
public static final int UNKNOWN | |
public static final int PDF | |
XPS | |
public static final int XPS | |
TIFF | |
public static final int TIFF | |
SVG | |
public static final int SVG | |
DIF | |
public static final int DIF | |
OTS | |
public static final int OTS | |
XLT | |
public static final int XLT | |
XML | |
public static final int XML | |
NUMBERS | |
public static final int NUMBERS | |
MARKDOWN | |
public static final int MARKDOWN | |
FODS | |
public static final int FODS | |
SXC | |
public static final int SXC | |
PPTX | |
public static final int PPTX | |
DOCX | |
public static final int DOCX | |
EMF | |
public static final int EMF | |
JPG | |
public static final int JPG | |
PNG | |
public static final int PNG | |
BMP | |
public static final int BMP | |
GIF | |
public static final int GIF | |
JSON | |
public static final int JSON | |
SQL_SCRIPT | |
public static final int SQL_SCRIPT | |