java.lang.Object
com.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 | EXCEL_97 | |
|
Represents an Excel97 file
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | EXCEL_2000 | |
|
Represents an Excel2000 file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | EXCEL_XP | |
|
Represents an ExcelXP/Excel2002 file.
NOTE: This member is now obsolete. Instead,
please use |
||
static final int | EXCEL_2003 | |
|
Represents an Excel2003 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 | SPREADSHEET_ML | |
|
Represents a SpreadSheetML 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 | PDF | |
| Represents a Pdf 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 | XPS | |
| Represents an XPS file. | ||
static final int | TIFF | |
| Represents a TIFF 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 | SVG | |
| Represents a svg file. | ||
static final int | DIF | |
| Data Interchange Format. | ||
static final int | DOC | |
| Represents a doc file. | ||
static final int | PPT | |
| Represents a ppt file. | ||
| Field Detail |
|---|
ASPOSE_PDF | |
public static final int ASPOSE_PDF | |
CSV | |
public static final int CSV | |
DEFAULT | |
public static final int DEFAULT | |
EXCEL_97 | |
public static final int EXCEL_97 | |
EXCEL_2000 | |
public static final int EXCEL_2000 | |
EXCEL_XP | |
public static final int EXCEL_XP | |
EXCEL_2003 | |
public static final int EXCEL_2003 | |
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 | |
SPREADSHEET_ML | |
public static final int SPREADSHEET_ML | |
TAB_DELIMITED | |
public static final int TAB_DELIMITED | |
HTML | |
public static final int HTML | |
M_HTML | |
public static final int M_HTML | |
public static final int PDF | |
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 | |
XPS | |
public static final int XPS | |
TIFF | |
public static final int TIFF | |
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 | |
SVG | |
public static final int SVG | |
DIF | |
public static final int DIF | |
DOC | |
public static final int DOC | |
PPT | |
public static final int PPT | |