aspose.cells
Class FileFormatType

Utility class containing constants. Enumerates spreadsheet file format types

Field Summary
const  NumberCSV
           Represents a CSV file.
const  NumberXLSX
           Represents an xlsx file.
const  NumberXLSM
           Represents an xlsm file which enable macros.
const  NumberXLTX
           Represents a template xltx file.
const  NumberXLTM
           Represents a macro-enabled template xltm file.
const  NumberXLAM
           Represents a addinMacro-enabled template xltm file.
const  NumberTSV
           Represents a TSV(tab-separated values file) file.
const  NumberTAB_DELIMITED
           Represents a tab delimited text file, same with TSV.
const  NumberHTML
           Represents a html file.
const  NumberM_HTML
           Represents a mhtml file.
const  NumberODS
           Represents a ods file.
const  NumberEXCEL_97_TO_2003
           Represents an Excel97-2003 xls file.
const  NumberEXCEL_2003_XML
           Represents an Excel 2003 xml file.
const  NumberXLSB
           Represents an xlsb file.
const  NumberUNKNOWN
           Represents unrecognized format, cannot be loaded.
const  NumberPDF
           Represents a Pdf file.
const  NumberXPS
           Represents an XPS file.
const  NumberTIFF
           Represents a TIFF file.
const  NumberSVG
           Represents a svg file.
const  NumberEXCEL_95
           Represents an Excel95 xls file.
const  NumberEXCEL_4
           Represents an Excel4.0 xls file.
const  NumberEXCEL_3
           Represents an Excel3.0 xls file.
const  NumberEXCEL_2
           Represents an Excel2.1 xls file.
const  NumberPPTX
           Represents a pptx file.
const  NumberDOCX
           Represents a docx file.
const  NumberDIF
           Data Interchange Format.
const  NumberDOC
           Represents a doc file.
const  NumberPPT
           Represents a ppt file.
const  NumberMAPI_MESSAGE
           Represents a email file.
const  NumberMS_EQUATION
           Represents the MS Equation 3.0 object.
const  NumberOLE_10_NATIVE
           Represents the embedded native object.
const  NumberVSD
           Represents MS Visio VSD binary format.
const  NumberVSDX
           MS Visio 2013 VSDX file format.
const  NumberDOCM
           Represents a docm file.
const  NumberDOTX
           Represents a dotx file.
const  NumberDOTM
           Represents a dotm file.
const  NumberPPTM
           Represents a pptm file.
const  NumberPOTX
           Represents a Potx file.
const  NumberPOTM
           Represents a Potm file.
const  NumberPPSX
           Represents a ppsx file.
const  NumberPPSM
           Represents a ppsm file.
const  NumberOOXML
           Represents office open xml file(such as xlsx, docx,pptx, etc).
const  NumberODT
           Represents a odt file.
const  NumberODP
           Represents a odp file.
const  NumberODF
           Represents a odf file.
const  NumberODG
           Represents a odg file.
const  NumberXML
           Represents an simple xml file.
const  NumberXLT
           Represents a template xlt file.
const  NumberOTT
           Represents a odt file.
const  NumberBMP
           Represents a bmp file.
const  NumberOTS
           Represents a ods file.
const  NumberNUMBERS
           Represents Numbers file format by Apple Inc
 

Field Detail

CSV

const Number CSV
Represents a CSV file.

XLSX

const Number XLSX
Represents an xlsx file.

XLSM

const Number XLSM
Represents an xlsm file which enable macros.

XLTX

const Number XLTX
Represents a template xltx file.

XLTM

const Number XLTM
Represents a macro-enabled template xltm file.

XLAM

const Number XLAM
Represents a addinMacro-enabled template xltm file.

TSV

const Number TSV
Represents a TSV(tab-separated values file) file.

TAB_DELIMITED

const Number TAB_DELIMITED
Represents a tab delimited text file, same with TSV.

HTML

const Number HTML
Represents a html file.

M_HTML

const Number M_HTML
Represents a mhtml file.

ODS

const Number ODS
Represents a ods file.

EXCEL_97_TO_2003

const Number EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

EXCEL_2003_XML

const Number EXCEL_2003_XML
Represents an Excel 2003 xml file.

XLSB

const Number XLSB
Represents an xlsb file.

UNKNOWN

const Number UNKNOWN
Represents unrecognized format, cannot be loaded.

PDF

const Number PDF
Represents a Pdf file.

XPS

const Number XPS
Represents an XPS file.

TIFF

const Number TIFF
Represents a TIFF file.

SVG

const Number SVG
Represents a svg file.

EXCEL_95

const Number EXCEL_95
Represents an Excel95 xls file. The file format is not supported

EXCEL_4

const Number EXCEL_4
Represents an Excel4.0 xls file. The file format is not supported

EXCEL_3

const Number EXCEL_3
Represents an Excel3.0 xls file. The file format is not supported

EXCEL_2

const Number EXCEL_2
Represents an Excel2.1 xls file. The file format is not supported

PPTX

const Number PPTX
Represents a pptx file. The file format is not supported Only for detecting file type.

DOCX

const Number DOCX
Represents a docx file. The file format is not supported Only for detecting file type.

DIF

const Number DIF
Data Interchange Format.

DOC

const Number DOC
Represents a doc file. The file format is not supported Only for detecting file type.

PPT

const Number PPT
Represents a ppt file. The file format is not supported Only for detecting file type.

MAPI_MESSAGE

const Number MAPI_MESSAGE
Represents a email file. The file format is not supported Only for detecting file type.

MS_EQUATION

const Number MS_EQUATION
Represents the MS Equation 3.0 object. The file format is not supported Only for detecting file type.

OLE_10_NATIVE

const Number OLE_10_NATIVE
Represents the embedded native object. The file format is not supported Only for detecting file type.

VSD

const Number VSD
Represents MS Visio VSD binary format. The file format is not supported Only for detecting file type.

VSDX

const Number VSDX
MS Visio 2013 VSDX file format. The file format is not supported Only for detecting file type.

DOCM

const Number DOCM
Represents a docm file. The file format is not supported Only for detecting file type.

DOTX

const Number DOTX
Represents a dotx file. The file format is not supported Only for detecting file type.

DOTM

const Number DOTM
Represents a dotm file. The file format is not supported Only for detecting file type.

PPTM

const Number PPTM
Represents a pptm file. The file format is not supported Only for detecting file type.

POTX

const Number POTX
Represents a Potx file. The file format is not supported Only for detecting file type.

POTM

const Number POTM
Represents a Potm file. The file format is not supported Only for detecting file type.

PPSX

const Number PPSX
Represents a ppsx file. The file format is not supported Only for detecting file type.

PPSM

const Number PPSM
Represents a ppsm file. The file format is not supported Only for detecting file type.

OOXML

const Number 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

const Number ODT
Represents a odt file. The file format is not supported Only for detecting file type.

ODP

const Number ODP
Represents a odp file. The file format is not supported Only for detecting file type.

ODF

const Number ODF
Represents a odf file. The file format is not supported Only for detecting file type.

ODG

const Number ODG
Represents a odg file. The file format is not supported Only for detecting file type.

XML

const Number XML
Represents an simple xml file. The file format is not supported Only for detecting file type.

XLT

const Number XLT
Represents a template xlt file.

OTT

const Number OTT
Represents a odt file. The file format is not supported Only for detecting file type.

BMP

const Number BMP
Represents a bmp file. The file format is not supported Only for detecting file type.

OTS

const Number OTS
Represents a ods file.

NUMBERS

const Number NUMBERS
Represents Numbers file format by Apple Inc

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