com.aspose.cells

Class FileFormatType

  • java.lang.Object
    • com.aspose.cells.FileFormatType
public class FileFormatType 
extends java.lang.Object

Utility class containing constants. Enumerates spreadsheet file format types

Field Summary
static final intCSV
Represents a CSV file.
static final intXLSX
Represents an xlsx file.
static final intXLSM
Represents an xlsm file which enable macros.
static final intXLTX
Represents a template xltx file.
static final intXLTM
Represents a macro-enabled template xltm file.
static final intXLAM
Represents a addinMacro-enabled template xltm file.
static final intTSV
Represents a TSV(tab-separated values file) file.
static final intTAB_DELIMITED
Represents a tab delimited text file, same with TSV.
static final intHTML
Represents a html file.
static final intM_HTML
Represents a mhtml 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 intUNKNOWN
Represents unrecognized format, cannot be loaded.
static final intPDF
Represents a Pdf file.
static final intXPS
Represents an XPS file.
static final intTIFF
Represents a TIFF file.
static final intSVG
Represents a svg 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 intDIF
Data Interchange Format.
static final intDOC
Represents a doc file.
static final intPPT
Represents a ppt file.
static final intMAPI_MESSAGE
Represents a email file.
static final intMS_EQUATION
Represents the MS Equation 3.0 object.
static final intOLE_10_NATIVE
Represents the embedded native object.
static final intVSD
Represents MS Visio VSD binary format.
static final intVSDX
MS Visio 2013 VSDX file format.
static final intDOCM
Represents a docm file.
static final intDOTX
Represents a dotx file.
static final intDOTM
Represents a dotm file.
static final intPPTM
Represents a pptm file.
static final intPOTX
Represents a Potx file.
static final intPOTM
Represents a Potm file.
static final intPPSX
Represents a ppsx file.
static final intPPSM
Represents a ppsm file.
static final intOOXML
Represents office open xml file(such as xlsx, docx,pptx, etc).
static final intODT
Represents a odt file.
static final intODP
Represents a odp file.
static final intODF
Represents a odf file.
static final intODG
Represents a odg file.
static final intXML
Represents an simple xml file.
static final intXLT
Represents a template xlt file.
static final intOTT
Represents a odt file.
static final intBMP
Represents a bmp file.
static final intOTS
Represents a ods file.
static final intNUMBERS
Represents Numbers file format by Apple Inc
static final intMARKDOWN
Represents markdown document.
static final intGRAPH_CHART
Represents embedded graph chart.
static final intFODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
static final intSXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
static final intOTP
Represents a otp file.
static final intNUMBERS_35
Represents Numbers 3.5 file format since 2014 by Apple Inc
 

    • Field Detail

      • CSV

        public static final int CSV
        Represents a CSV file.
      • XLSX

        public static final int XLSX
        Represents an xlsx file.
      • XLSM

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

        public static final int XLTX
        Represents a template xltx file.
      • XLTM

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

        public static final int XLAM
        Represents a addinMacro-enabled template xltm file.
      • TSV

        public static final int TSV
        Represents a TSV(tab-separated values file) file.
      • TAB_DELIMITED

        public static final int TAB_DELIMITED
        Represents a tab delimited text file, same with TSV.
      • HTML

        public static final int HTML
        Represents a html file.
      • M_HTML

        public static final int M_HTML
        Represents a mhtml 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.
      • UNKNOWN

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

        public static final int PDF
        Represents a Pdf file.
      • XPS

        public static final int XPS
        Represents an XPS file.
      • TIFF

        public static final int TIFF
        Represents a TIFF file.
      • SVG

        public static final int SVG
        Represents a svg file.
      • EXCEL_95

        public static final int EXCEL_95
        Represents an Excel95 xls file. Only support data and style.Shapes and charts are 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 detecting file type.
      • DOCX

        public static final int DOCX
        Represents a docx file. The file format is not supported Only for detecting file type.
      • 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 detecting file type.
      • PPT

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

        public static final int MAPI_MESSAGE
        Represents a email file. The file format is not supported Only for detecting file type.
      • MS_EQUATION

        public static final int MS_EQUATION
        Represents the MS Equation 3.0 object. The file format is not supported Only for detecting file type.
      • OLE_10_NATIVE

        public static final int OLE_10_NATIVE
        Represents the embedded native object. The file format is not supported Only for detecting file type.
      • VSD

        public static final int VSD
        Represents MS Visio VSD binary format. The file format is not supported Only for detecting file type.
      • VSDX

        public static final int VSDX
        MS Visio 2013 VSDX file format. The file format is not supported Only for detecting file type.
      • DOCM

        public static final int DOCM
        Represents a docm file. The file format is not supported Only for detecting file type.
      • DOTX

        public static final int DOTX
        Represents a dotx file. The file format is not supported Only for detecting file type.
      • DOTM

        public static final int DOTM
        Represents a dotm file. The file format is not supported Only for detecting file type.
      • PPTM

        public static final int PPTM
        Represents a pptm file. The file format is not supported Only for detecting file type.
      • POTX

        public static final int POTX
        Represents a Potx file. The file format is not supported Only for detecting file type.
      • POTM

        public static final int POTM
        Represents a Potm file. The file format is not supported Only for detecting file type.
      • PPSX

        public static final int PPSX
        Represents a ppsx file. The file format is not supported Only for detecting file type.
      • PPSM

        public static final int PPSM
        Represents a ppsm file. The file format is not supported Only for detecting file type.
      • OOXML

        public static final int OOXML
        Represents office open xml file(such as xlsx, docx,pptx, etc). The file format is not supported Only for detecting file type. If the office open xml file is encrypted, it could not be detected as xlsx ,docx, pptx,etc.
      • ODT

        public static final int ODT
        Represents a odt file. The file format is not supported Only for detecting file type.
      • ODP

        public static final int ODP
        Represents a odp file. The file format is not supported Only for detecting file type.
      • ODF

        public static final int ODF
        Represents a odf file. The file format is not supported Only for detecting file type.
      • ODG

        public static final int ODG
        Represents a odg file. The file format is not supported Only for detecting file type.
      • XML

        public static final int XML
        Represents an simple xml file. The file format is not supported Only for detecting file type.
      • XLT

        public static final int XLT
        Represents a template xlt file.
      • OTT

        public static final int OTT
        Represents a odt file. The file format is not supported Only for detecting file type.
      • BMP

        public static final int BMP
        Represents a bmp file. The file format is not supported Only for detecting file type.
      • OTS

        public static final int OTS
        Represents a ods file.
      • NUMBERS

        public static final int NUMBERS
        Represents Numbers file format by Apple Inc
      • MARKDOWN

        public static final int MARKDOWN
        Represents markdown document.
      • GRAPH_CHART

        public static final int GRAPH_CHART
        Represents embedded graph chart.
      • FODS

        public static final int FODS
        Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
      • SXC

        public static final int SXC
        Represents StarOffice Calc Spreadsheet (.sxc) file format.
      • OTP

        public static final int OTP
        Represents a otp file. The file format is not supported. Only for detecting file type.
      • NUMBERS_35

        public static final int NUMBERS_35
        Represents Numbers 3.5 file format since 2014 by Apple Inc The file format is not supported. Only for detecting file type.