com.aspose.cells
Class FileFormatType

java.lang.Object
    extended by com.aspose.cells.FileFormatType

public class FileFormatType 
extends java.lang.Object

Utility class containing constants. Enumerates spreadsheet file format types

Field Summary
static final intASPOSE_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 PDF property. This property will be removed 6 months later since April 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intCSV
           Represents a CSV file.
static final intDEFAULT
           Represents an Excel 97-2003 xls file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intEXCEL_97
           Represents an Excel97 file NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intEXCEL_2000
           Represents an Excel2000 file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intEXCEL_XP
           Represents an ExcelXP/Excel2002 file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intEXCEL_2003
           Represents an Excel2003 file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intXLSX
           Represents an xlsx file.
static final intEXCEL_2007_XLSX
           Represents an xlsx file. NOTE: This member is now obsolete. Instead, please use XLSX property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intXLSM
           Represents an xlsm file which enable macros.
static final intEXCEL_2007_XLSM
           Represents an xlsm file which enable macros. NOTE: This member is now obsolete. Instead, please use XLSM property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intXLTX
           Represents a template xltx file.
static final intEXCEL_2007_XLTX
           Represents a template xltx file. NOTE: This member is now obsolete. Instead, please use XLTX property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intXLTM
           Represents a macro-enabled template xltm file.
static final intEXCEL_2007_XLTM
           Represents a macro-enabled template xltm file. NOTE: This member is now obsolete. Instead, please use XLTM property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intSPREADSHEET_ML
           Represents a SpreadSheetML file. NOTE: This member is now obsolete. Instead, please use EXCEL_2003_XML property. This property will be removed 12 months later since May 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intTAB_DELIMITED
           Represents a tab delimited text file.
static final intHTML
           Represents a html file.
static final intM_HTML
           Represents a mhtml file.
static final intPDF
           Represents a Pdf file.
static final intODS
           Represents a ods file.
static final intEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
static final intEXCEL_2003_XML
           Represents an Excel 2003 xml file.
static final intXLSB
           Represents an xlsb file.
static final intEXCEL_2007_XLSB
           Represents an xlsb file. NOTE: This member is now obsolete. Instead, please use XLSB property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
static final intUNKNOWN
           Represents unrecognized format, cannot be loaded.
static final intXPS
           Represents an XPS file.
static final intTIFF
           Represents a TIFF file.
static final intEXCEL_95
           Represents an Excel95 xls file.
static final intEXCEL_4
           Represents an Excel4.0 xls file.
static final intEXCEL_3
           Represents an Excel3.0 xls file.
static final intEXCEL_2
           Represents an Excel2.1 xls file.
static final intPPTX
           Represents a pptx file.
static final intDOCX
           Represents a docx file.
static final intSVG
           Represents a svg file.
static final intDIF
           Data Interchange Format.
static final intDOC
           Represents a doc file.
static final intPPT
           Represents a ppt file.
 

Field Detail

ASPOSE_PDF

public 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 PDF property. This property will be removed 6 months later since April 2010. Aspose apologizes for any inconvenience you may have experienced.

CSV

public static final int CSV
Represents a CSV file.

DEFAULT

public static final int DEFAULT
Represents an Excel 97-2003 xls file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.

EXCEL_97

public static final int EXCEL_97
Represents an Excel97 file NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.

EXCEL_2000

public static final int EXCEL_2000
Represents an Excel2000 file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.

EXCEL_XP

public static final int EXCEL_XP
Represents an ExcelXP/Excel2002 file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.

EXCEL_2003

public static final int EXCEL_2003
Represents an Excel2003 file. NOTE: This member is now obsolete. Instead, please use EXCEL_97_TO_2003 property. This property will be removed 12 months later since March 2010. Aspose apologizes for any inconvenience you may have experienced.

XLSX

public static final int XLSX
Represents an xlsx file.

EXCEL_2007_XLSX

public static final int EXCEL_2007_XLSX
Represents an xlsx file. NOTE: This member is now obsolete. Instead, please use XLSX property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

XLSM

public static final int XLSM
Represents an xlsm file which enable macros.

EXCEL_2007_XLSM

public static final int EXCEL_2007_XLSM
Represents an xlsm file which enable macros. NOTE: This member is now obsolete. Instead, please use XLSM property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

XLTX

public static final int XLTX
Represents a template xltx file.

EXCEL_2007_XLTX

public static final int EXCEL_2007_XLTX
Represents a template xltx file. NOTE: This member is now obsolete. Instead, please use XLTX property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

XLTM

public static final int XLTM
Represents a macro-enabled template xltm file.

EXCEL_2007_XLTM

public static final int EXCEL_2007_XLTM
Represents a macro-enabled template xltm file. NOTE: This member is now obsolete. Instead, please use XLTM property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

SPREADSHEET_ML

public static final int SPREADSHEET_ML
Represents a SpreadSheetML file. NOTE: This member is now obsolete. Instead, please use EXCEL_2003_XML property. This property will be removed 12 months later since May 2010. Aspose apologizes for any inconvenience you may have experienced.

TAB_DELIMITED

public static final int TAB_DELIMITED
Represents a tab delimited text file.

HTML

public static final int HTML
Represents a html file.

M_HTML

public static final int M_HTML
Represents a mhtml file.

PDF

public static final int PDF
Represents a Pdf file.

ODS

public static final int ODS
Represents a ods file.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

EXCEL_2003_XML

public static final int EXCEL_2003_XML
Represents an Excel 2003 xml file.

XLSB

public static final int XLSB
Represents an xlsb file.

EXCEL_2007_XLSB

public static final int EXCEL_2007_XLSB
Represents an xlsb file. NOTE: This member is now obsolete. Instead, please use XLSB property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

UNKNOWN

public static final int UNKNOWN
Represents unrecognized format, cannot be loaded.

XPS

public static final int XPS
Represents an XPS file.

TIFF

public static final int TIFF
Represents a TIFF file.

EXCEL_95

public static final int EXCEL_95
Represents an Excel95 xls file. The file format is not supported

EXCEL_4

public static final int EXCEL_4
Represents an Excel4.0 xls file. The file format is not supported

EXCEL_3

public static final int EXCEL_3
Represents an Excel3.0 xls file. The file format is not supported

EXCEL_2

public static final int EXCEL_2
Represents an Excel2.1 xls file. The file format is not supported

PPTX

public static final int PPTX
Represents a pptx file. The file format is not supported Only for dectecting file type.

DOCX

public static final int DOCX
Represents a docx file. The file format is not supported Only for dectecting file type.

SVG

public static final int SVG
Represents a svg file.

DIF

public static final int DIF
Data Interchange Format.

DOC

public static final int DOC
Represents a doc file. The file format is not supported Only for dectecting file type.

PPT

public static final int PPT
Represents a ppt file. The file format is not supported Only for dectecting file type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.