asposecells.api
Class FileFormatType

Utility class containing constants. Enumerates spreadsheet file format types

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

Field Detail

CSV

const int CSV
Represents a CSV file.

XLSX

const int XLSX
Represents an xlsx file.

XLSM

const int XLSM
Represents an xlsm file which enable macros.

XLTX

const int XLTX
Represents a template xltx file.

XLTM

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

XLAM

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

TSV

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

TAB_DELIMITED

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

HTML

const int HTML
Represents a html file.

M_HTML

const int M_HTML
Represents a mhtml file.

ODS

const int ODS
Represents a ods file.

EXCEL_97_TO_2003

const int EXCEL_97_TO_2003
Represents an Excel97-2003 xls file.

EXCEL_2003_XML

const int EXCEL_2003_XML
Represents an Excel 2003 xml file.

XLSB

const int XLSB
Represents an xlsb file.

UNKNOWN

const int UNKNOWN
Represents unrecognized format, cannot be loaded.

PDF

const int PDF
Represents a Pdf file.

XPS

const int XPS
Represents an XPS file.

TIFF

const int TIFF
Represents a TIFF file.

SVG

const int SVG
Represents a svg file.

EXCEL_95

const int EXCEL_95
Represents an Excel95 xls file. Only support data and style.Shapes and charts are not supported.

EXCEL_4

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

EXCEL_3

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

EXCEL_2

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

PPTX

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

DOCX

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

DIF

const int DIF
Data Interchange Format.

DOC

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

PPT

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

MAPI_MESSAGE

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

MS_EQUATION

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

OLE_10_NATIVE

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

VSD

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

VSDX

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

DOCM

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

DOTX

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

DOTM

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

PPTM

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

POTX

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

POTM

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

PPSX

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

PPSM

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

OOXML

const 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

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

ODP

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

ODF

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

ODG

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

XML

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

XLT

const int XLT
Represents a template xlt file.

OTT

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

BMP

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

OTS

const int OTS
Represents a ods file.

NUMBERS

const int NUMBERS
Represents Numbers file format by Apple Inc

MARKDOWN

const int MARKDOWN
Represents markdown document.

GRAPH_CHART

const int GRAPH_CHART
Represents embedded graph chart.

FODS

const int FODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.

SXC

const int SXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.

OTP

const int OTP
Represents a otp file. The file format is not supported Only for detecting 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.