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. Represents the file format types.


Field Summary
static final intCSV
           Comma-Separated Values(CSV) text file.
static final intXLSX
           Office Open XML SpreadsheetML file (macro-free).
static final intXLSM
           Office Open XML SpreadsheetML Macro-Enabled file.
static final intXLTX
           Office Open XML SpreadsheetML Template (macro-free).
static final intXLTM
           Office Open XML SpreadsheetML Macro-Enabled Template.
static final intXLAM
           Office Open XML SpreadsheetML addinMacro-Enabled file.
static final intTSV
           Tab-Separated Values(TSV) text file.
static final intTAB_DELIMITED
           Tab-Separated Values(TSV) text file, same with TSV.
static final intHTML
           HTML format.
static final intM_HTML
           MHTML (Web archive) format.
static final intODS
           Open Document Sheet(ODS) file.
static final intEXCEL_97_TO_2003
           Excel97-2003 spreadsheet file.
static final intSPREADSHEET_ML
           Excel 2003 XML Data file.
static final intEXCEL_2003_XML
           Excel 2003 XML Data file. NOTE: This member is now obsolete. Instead, please use SPREADSHEET_ML property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
static final intXLSB
           The Excel Binary File Format (.xlsb)
static final intUNKNOWN
           Represents unrecognized format, cannot be loaded.
static final intPDF
           PDF (Adobe Portable Document) format.
static final intXPS
           XPS (XML Paper Specification) format.
static final intTIFF
           Represents a TIFF file.
static final intSVG
           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
           Represents 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 an ODT file.
static final intODP
           Represents a ODP file.
static final intODF
           Represents an ODF file.
static final intODG
           Represents an ODG file.
static final intXML
           Represents a simple xml file.
static final intXLT
           Excel97-2003 spreadsheet template.
static final intOTT
           Represents an OTT file.
static final intBMP
           Represents a BMP file.
static final intOTS
           Represents an ots file.
static final intNUMBERS
           Represents Numbers 9.0 file format by Apple Inc.
static final intNUMBERS_09
           Represents Numbers 9.0 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
static final intEMF
           Windows Enhanced Metafile.
static final intWMF
           Windows Metafile.
static final intJPG
           JPEG JFIF.
static final intPNG
           Portable Network Graphics.
static final intGIF
           Gif
static final intJSON
           Json
static final intSQL_SCRIPT
           Sql
 

Field Detail

CSV

public static final int CSV
Comma-Separated Values(CSV) text file.

XLSX

public static final int XLSX
Office Open XML SpreadsheetML file (macro-free).

XLSM

public static final int XLSM
Office Open XML SpreadsheetML Macro-Enabled file.

XLTX

public static final int XLTX
Office Open XML SpreadsheetML Template (macro-free).

XLTM

public static final int XLTM
Office Open XML SpreadsheetML Macro-Enabled Template.

XLAM

public static final int XLAM
Office Open XML SpreadsheetML addinMacro-Enabled file.

TSV

public static final int TSV
Tab-Separated Values(TSV) text file.

TAB_DELIMITED

public static final int TAB_DELIMITED
Tab-Separated Values(TSV) text file, same with TSV.

HTML

public static final int HTML
HTML format.

M_HTML

public static final int M_HTML
MHTML (Web archive) format.

ODS

public static final int ODS
Open Document Sheet(ODS) file.

EXCEL_97_TO_2003

public static final int EXCEL_97_TO_2003
Excel97-2003 spreadsheet file.

SPREADSHEET_ML

public static final int SPREADSHEET_ML
Excel 2003 XML Data file.

EXCEL_2003_XML

public static final int EXCEL_2003_XML
Excel 2003 XML Data file. NOTE: This member is now obsolete. Instead, please use SPREADSHEET_ML property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.

XLSB

public static final int XLSB
The Excel Binary File Format (.xlsb)

UNKNOWN

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

PDF

public static final int PDF
PDF (Adobe Portable Document) format.

XPS

public static final int XPS
XPS (XML Paper Specification) format.

TIFF

public static final int TIFF
Represents a TIFF file.

SVG

public static final int SVG
SVG file.

EXCEL_95

public static final int EXCEL_95
Represents an Excel95 xls file.

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
Represents 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 an 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 an ODF file. The file format is not supported Only for detecting file type.

ODG

public static final int ODG
Represents an ODG file. The file format is not supported Only for detecting file type.

XML

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

XLT

public static final int XLT
Excel97-2003 spreadsheet template.

OTT

public static final int OTT
Represents an OTT 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 an ots file.

NUMBERS

public static final int NUMBERS
Represents Numbers 9.0 file format by Apple Inc.

NUMBERS_09

public static final int NUMBERS_09
Represents Numbers 9.0 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.

EMF

public static final int EMF
Windows Enhanced Metafile.

WMF

public static final int WMF
Windows Metafile.

JPG

public static final int JPG
JPEG JFIF.

PNG

public static final int PNG
Portable Network Graphics.

GIF

public static final int GIF
Gif

JSON

public static final int JSON
Json

SQL_SCRIPT

public static final int SQL_SCRIPT
Sql

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