java.lang.Objectcom.aspose.cells.FileFormatType
public class FileFormatType
Field Summary | ||
---|---|---|
static final int | ASPOSE_PDF | |
Saves the spreadsheet in Aspose.Pdf.Xml format that can be read by Aspose.Pdf to produce a PDF file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | CSV | |
Represents a CSV file. | ||
static final int | DEFAULT | |
Represents an Excel 97-2003 xls file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | XLSX | |
Represents an xlsx file. | ||
static final int | EXCEL_2007_XLSX | |
Represents an xlsx file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | XLSM | |
Represents an xlsm file which enable macros. | ||
static final int | EXCEL_2007_XLSM | |
Represents an xlsm file which enable macros.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | XLTX | |
Represents a template xltx file. | ||
static final int | EXCEL_2007_XLTX | |
Represents a template xltx file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | XLTM | |
Represents a macro-enabled template xltm file. | ||
static final int | EXCEL_2007_XLTM | |
Represents a macro-enabled template xltm file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | TAB_DELIMITED | |
Represents a tab delimited text file. | ||
static final int | HTML | |
Represents a html file. | ||
static final int | M_HTML | |
Represents a mhtml file. | ||
static final int | ODS | |
Represents a ods file. | ||
static final int | EXCEL_97_TO_2003 | |
Represents an Excel97-2003 xls file. | ||
static final int | EXCEL_2003_XML | |
Represents an Excel 2003 xml file. | ||
static final int | XLSB | |
Represents an xlsb file. | ||
static final int | EXCEL_2007_XLSB | |
Represents an xlsb file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | UNKNOWN | |
Represents unrecognized format, cannot be loaded. | ||
static final int | PDF | |
Represents a Pdf file. | ||
static final int | XPS | |
Represents an XPS file. | ||
static final int | SVG | |
Represents a 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 | |
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). |
Field Detail |
---|
ASPOSE_PDF | |
public static final int ASPOSE_PDF |
CSV | |
public static final int CSV |
DEFAULT | |
public static final int DEFAULT |
XLSX | |
public static final int XLSX |
EXCEL_2007_XLSX | |
public static final int EXCEL_2007_XLSX |
XLSM | |
public static final int XLSM |
EXCEL_2007_XLSM | |
public static final int EXCEL_2007_XLSM |
XLTX | |
public static final int XLTX |
EXCEL_2007_XLTX | |
public static final int EXCEL_2007_XLTX |
XLTM | |
public static final int XLTM |
EXCEL_2007_XLTM | |
public static final int EXCEL_2007_XLTM |
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 |
EXCEL_2003_XML | |
public static final int EXCEL_2003_XML |
XLSB | |
public static final int XLSB |
EXCEL_2007_XLSB | |
public static final int EXCEL_2007_XLSB |
UNKNOWN | |
public static final int UNKNOWN |
public static final int PDF |
XPS | |
public static final int XPS |
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 |