aspose.cells

Class FileFormatType

Utility class containing constants. Represents the file format types.

Field Summary
const  NumberCSV
Comma-Separated Values(CSV) text file.
const  NumberXLSX
Office Open XML SpreadsheetML file (macro-free).
const  NumberXLSM
Office Open XML SpreadsheetML Macro-Enabled file.
const  NumberXLTX
Office Open XML SpreadsheetML Template (macro-free).
const  NumberXLTM
Office Open XML SpreadsheetML Macro-Enabled Template.
const  NumberXLAM
Office Open XML SpreadsheetML addinMacro-Enabled file.
const  NumberTSV
Tab-Separated Values(TSV) text file.
const  NumberTAB_DELIMITED
Tab-Separated Values(TSV) text file, same with TSV.
const  NumberHTML
HTML format.
const  NumberM_HTML
MHTML (Web archive) format.
const  NumberODS
Open Document Sheet(ODS) file.
const  NumberEXCEL_97_TO_2003
Excel97-2003 spreadsheet file.
const  NumberSPREADSHEET_ML
Excel 2003 XML Data file.
const  NumberXLSB
The Excel Binary File Format (.xlsb)
const  NumberUNKNOWN
Represents unrecognized format, cannot be loaded.
const  NumberPDF
PDF (Adobe Portable Document) format.
const  NumberXPS
XPS (XML Paper Specification) format.
const  NumberTIFF
Represents a TIFF file.
const  NumberSVG
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
Represents 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 an ODT file.
const  NumberODP
Represents a ODP file.
const  NumberODF
Represents an ODF file.
const  NumberODG
Represents an ODG file.
const  NumberXML
Represents a simple xml file.
const  NumberXLT
Excel97-2003 spreadsheet template.
const  NumberOTT
Represents an OTT file.
const  NumberBMP
Represents a BMP file.
const  NumberOTS
Represents an ots file.
const  NumberNUMBERS
Represents Numbers 9.0 file format by Apple Inc.
const  NumberNUMBERS_09
Represents Numbers 9.0 file format by Apple Inc.
const  NumberMARKDOWN
Represents markdown document.
const  NumberGRAPH_CHART
Represents embedded graph chart.
const  NumberFODS
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
const  NumberSXC
Represents StarOffice Calc Spreadsheet (.sxc) file format.
const  NumberOTP
Represents a OTP file.
const  NumberNUMBERS_35
Represents Numbers 3.5 file format since 2014 by Apple Inc
const  NumberEMF
Windows Enhanced Metafile.
const  NumberWMF
Windows Metafile.
const  NumberJPG
JPEG JFIF.
const  NumberPNG
Portable Network Graphics.
const  NumberGIF
Gif
const  NumberJSON
Json
const  NumberSQL_SCRIPT
Sql
const  NumberX_HTML
Rrepesents XHtml file.
const  NumberONE_NOTE
Rrepesents One Note file.
const  NumberMICROSOFT_CABINET
/// Rrepesents Microsoft Cabinet file. The file format is not supported Only for detecting file type.
const  NumberRTF
const  NumberEPUB
EPUB
const  NumberAZW_3
AZW3
const  NumberOXPS
OXPS (Open XML Paper Specification) format.
const  NumberG_ZIP
Rrepesents GZip file.
 

    • Field Detail

      • CSV

        const Number CSV
        Comma-Separated Values(CSV) text file.
      • XLSX

        const Number XLSX
        Office Open XML SpreadsheetML file (macro-free).
      • XLSM

        const Number XLSM
        Office Open XML SpreadsheetML Macro-Enabled file.
      • XLTX

        const Number XLTX
        Office Open XML SpreadsheetML Template (macro-free).
      • XLTM

        const Number XLTM
        Office Open XML SpreadsheetML Macro-Enabled Template.
      • XLAM

        const Number XLAM
        Office Open XML SpreadsheetML addinMacro-Enabled file.
      • TSV

        const Number TSV
        Tab-Separated Values(TSV) text file.
      • TAB_DELIMITED

        const Number TAB_DELIMITED
        Tab-Separated Values(TSV) text file, same with TSV.
      • HTML

        const Number HTML
        HTML format.
      • M_HTML

        const Number M_HTML
        MHTML (Web archive) format.
      • ODS

        const Number ODS
        Open Document Sheet(ODS) file.
      • EXCEL_97_TO_2003

        const Number EXCEL_97_TO_2003
        Excel97-2003 spreadsheet file.
      • SPREADSHEET_ML

        const Number SPREADSHEET_ML
        Excel 2003 XML Data file.
      • XLSB

        const Number XLSB
        The Excel Binary File Format (.xlsb)
      • UNKNOWN

        const Number UNKNOWN
        Represents unrecognized format, cannot be loaded.
      • PDF

        const Number PDF
        PDF (Adobe Portable Document) format.
      • XPS

        const Number XPS
        XPS (XML Paper Specification) format.
      • TIFF

        const Number TIFF
        Represents a TIFF file.
      • SVG

        const Number SVG
        SVG file.
      • EXCEL_95

        const Number EXCEL_95
        Represents an Excel95 xls file.
      • 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
        Represents 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 an 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 an ODF file. The file format is not supported Only for detecting file type.
      • ODG

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

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

        const Number XLT
        Excel97-2003 spreadsheet template.
      • OTT

        const Number OTT
        Represents an OTT 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 an ots file.
      • NUMBERS

        const Number NUMBERS
        Represents Numbers 9.0 file format by Apple Inc. NOTE: This member is now obsolete. Instead, please use NUMBERS_09 property. This property will be removed 6 months later since June 2023. Aspose apologizes for any inconvenience you may have experienced.
      • NUMBERS_09

        const Number NUMBERS_09
        Represents Numbers 9.0 file format by Apple Inc.
      • MARKDOWN

        const Number MARKDOWN
        Represents markdown document.
      • GRAPH_CHART

        const Number GRAPH_CHART
        Represents embedded graph chart.
      • FODS

        const Number FODS
        Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
      • SXC

        const Number SXC
        Represents StarOffice Calc Spreadsheet (.sxc) file format.
      • OTP

        const Number OTP
        Represents a OTP file. The file format is not supported. Only for detecting file type.
      • NUMBERS_35

        const Number NUMBERS_35
        Represents Numbers 3.5 file format since 2014 by Apple Inc
      • EMF

        const Number EMF
        Windows Enhanced Metafile.
      • WMF

        const Number WMF
        Windows Metafile.
      • JPG

        const Number JPG
        JPEG JFIF.
      • PNG

        const Number PNG
        Portable Network Graphics.
      • GIF

        const Number GIF
        Gif
      • JSON

        const Number JSON
        Json
      • SQL_SCRIPT

        const Number SQL_SCRIPT
        Sql
      • X_HTML

        const Number X_HTML
        Rrepesents XHtml file.
      • ONE_NOTE

        const Number ONE_NOTE
        Rrepesents One Note file. The file format is not supported Only for detecting file type.
      • MICROSOFT_CABINET

        const Number MICROSOFT_CABINET
        /// Rrepesents Microsoft Cabinet file. The file format is not supported Only for detecting file type.
      • RTF

        const Number RTF
      • EPUB

        const Number EPUB
        EPUB
      • AZW_3

        const Number AZW_3
        AZW3
      • OXPS

        const Number OXPS
        OXPS (Open XML Paper Specification) format.
      • G_ZIP

        const Number G_ZIP
        Rrepesents GZip file. The file format is not supported Only for detecting file type.