java.lang.Object
com.aspose.cells.FileFormatType
public class FileFormatType
| Field Summary | ||
|---|---|---|
static final int | CSV | |
| Comma-Separated Values(CSV) text file. | ||
static final int | XLSX | |
| Office Open XML SpreadsheetML file (macro-free). | ||
static final int | XLSM | |
| Office Open XML SpreadsheetML Macro-Enabled file. | ||
static final int | XLTX | |
| Office Open XML SpreadsheetML Template (macro-free). | ||
static final int | XLTM | |
| Office Open XML SpreadsheetML Macro-Enabled Template. | ||
static final int | XLAM | |
| Office Open XML SpreadsheetML addinMacro-Enabled file. | ||
static final int | TSV | |
| Tab-Separated Values(TSV) text file. | ||
static final int | TAB_DELIMITED | |
|
Tab-Separated Values(TSV) text file, same with |
||
static final int | HTML | |
| HTML format. | ||
static final int | M_HTML | |
| MHTML (Web archive) format. | ||
static final int | ODS | |
| Open Document Sheet(ODS) file. | ||
static final int | EXCEL_97_TO_2003 | |
| Excel97-2003 spreadsheet file. | ||
static final int | SPREADSHEET_ML | |
| Excel 2003 XML Data file. | ||
static final int | EXCEL_2003_XML | |
|
Excel 2003 XML Data file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | XLSB | |
| The Excel Binary File Format (.xlsb) | ||
static final int | UNKNOWN | |
| Represents unrecognized format, cannot be loaded. | ||
static final int | PDF | |
| PDF (Adobe Portable Document) format. | ||
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 | EXCEL_95 | |
| Represents an Excel95 xls file. | ||
static final int | EXCEL_4 | |
| Represents an Excel4.0 xls file. | ||
static final int | EXCEL_3 | |
| Represents an Excel3.0 xls file. | ||
static final int | EXCEL_2 | |
| Represents an Excel2.1 xls file. | ||
static final int | PPTX | |
| Represents a pptx file. | ||
static final int | DOCX | |
| Represents a docx file. | ||
static final int | DIF | |
| Data Interchange Format. | ||
static final int | DOC | |
| Represents a doc file. | ||
static final int | PPT | |
| Represents a ppt file. | ||
static final int | MAPI_MESSAGE | |
| Represents a email file. | ||
static final int | MS_EQUATION | |
| Represents the MS Equation 3.0 object. | ||
static final int | OLE_10_NATIVE | |
| Represents the embedded native object. | ||
static final int | VSD | |
| Represents MS Visio VSD binary format. | ||
static final int | VSDX | |
| Represents MS Visio 2013 VSDX file format. | ||
static final int | DOCM | |
| Represents a docm file. | ||
static final int | DOTX | |
| Represents a dotx file. | ||
static final int | DOTM | |
| Represents a dotm file. | ||
static final int | PPTM | |
| Represents a pptm file. | ||
static final int | POTX | |
| Represents a Potx file. | ||
static final int | POTM | |
| Represents a Potm file. | ||
static final int | PPSX | |
| Represents a ppsx file. | ||
static final int | PPSM | |
| Represents a ppsm file. | ||
static final int | OOXML | |
| Represents office open xml file(such as xlsx, docx,pptx, etc). | ||
static final int | ODT | |
| Represents an ODT file. | ||
static final int | ODP | |
| Represents a ODP file. | ||
static final int | ODF | |
| Represents an ODF file. | ||
static final int | ODG | |
| Represents an ODG file. | ||
static final int | XML | |
| Represents a simple xml file. | ||
static final int | XLT | |
| Excel97-2003 spreadsheet template. | ||
static final int | OTT | |
| Represents an OTT file. | ||
static final int | BMP | |
| Represents a BMP file. | ||
static final int | OTS | |
| Represents an ots file. | ||
static final int | NUMBERS | |
| Represents Numbers 9.0 file format by Apple Inc. | ||
static final int | NUMBERS_09 | |
| Represents Numbers 9.0 file format by Apple Inc. | ||
static final int | MARKDOWN | |
| Represents markdown document. | ||
static final int | GRAPH_CHART | |
| Represents embedded graph chart. | ||
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 | OTP | |
| Represents a OTP file. | ||
static final int | NUMBERS_35 | |
| Represents Numbers 3.5 file format since 2014 by Apple Inc | ||
static final int | EMF | |
| Windows Enhanced Metafile. | ||
static final int | WMF | |
| Windows Metafile. | ||
static final int | JPG | |
| JPEG JFIF. | ||
static final int | PNG | |
| Portable Network Graphics. | ||
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 | |
EXCEL_2003_XML | |
public static final int EXCEL_2003_XML | |
XLSB | |
public static final int XLSB | |
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 | |
EXCEL_95 | |
public static final int EXCEL_95 | |
EXCEL_4 | |
public static final int EXCEL_4 | |
EXCEL_3 | |
public static final int EXCEL_3 | |
EXCEL_2 | |
public static final int EXCEL_2 | |
PPTX | |
public static final int PPTX | |
DOCX | |
public static final int DOCX | |
DIF | |
public static final int DIF | |
DOC | |
public static final int DOC | |
PPT | |
public static final int PPT | |
MAPI_MESSAGE | |
public static final int MAPI_MESSAGE | |
MS_EQUATION | |
public static final int MS_EQUATION | |
OLE_10_NATIVE | |
public static final int OLE_10_NATIVE | |
VSD | |
public static final int VSD | |
VSDX | |
public static final int VSDX | |
DOCM | |
public static final int DOCM | |
DOTX | |
public static final int DOTX | |
DOTM | |
public static final int DOTM | |
PPTM | |
public static final int PPTM | |
POTX | |
public static final int POTX | |
POTM | |
public static final int POTM | |
PPSX | |
public static final int PPSX | |
PPSM | |
public static final int PPSM | |
OOXML | |
public static final int OOXML | |
ODT | |
public static final int ODT | |
ODP | |
public static final int ODP | |
ODF | |
public static final int ODF | |
ODG | |
public static final int ODG | |
XML | |
public static final int XML | |
XLT | |
public static final int XLT | |
OTT | |
public static final int OTT | |
BMP | |
public static final int BMP | |
OTS | |
public static final int OTS | |
NUMBERS | |
public static final int NUMBERS | |
NUMBERS_09 | |
public static final int NUMBERS_09 | |
MARKDOWN | |
public static final int MARKDOWN | |
GRAPH_CHART | |
public static final int GRAPH_CHART | |
FODS | |
public static final int FODS | |
SXC | |
public static final int SXC | |
OTP | |
public static final int OTP | |
NUMBERS_35 | |
public static final int NUMBERS_35 | |
EMF | |
public static final int EMF | |
WMF | |
public static final int WMF | |
JPG | |
public static final int JPG | |
PNG | |
public static final int PNG | |
GIF | |
public static final int GIF | |
JSON | |
public static final int JSON | |
SQL_SCRIPT | |
public static final int SQL_SCRIPT | |