Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface FileFormatType


public interface FileFormatType

Enumerates spreadsheet file format types.


Field Summary
static int ASPOSE_PDF
          Represents an aspose pdf xml file.
static int CSV
          Represents a CSV file.
static int DEFAULT
          Deprecated. replaced by EXCEL97TO2003
static int EXCEL2000
          Deprecated. replaced by EXCEL97TO2003
static int EXCEL2003
          Deprecated. replaced by EXCEL97TO2003
static int EXCEL2007
          Represents an Excel2007 xlsx file.
static int EXCEL2007XLSM
          Represents an Excel2007 xlsm file which enable macros.
static int EXCEL2007XLTM
          Represents an Excel2007 macro-enabled template xltm file.
static int EXCEL2007XLTX
          Represents an Excel2007 template xltx file.
static int EXCEL97
          Deprecated. replaced by EXCEL97TO2003
static int EXCEL97TO2003
          Represents an Excel97-2003 xls file.
static int EXCELXP
          Deprecated. replaced by EXCEL97TO2003
static int HTML
          Represents an html file.
static int ODS
          Represents an Open Document Spreadsheet file.
static int PDF
          Represents a Pdf file.
static int SPREADSHEETML
          Represents an xml spreadsheet file.
static int TAB_DELIMITED
          Represents a tab delimited text file.
static int UNKNOWN
          Represents an newly initialized Workbook, will be taken as same with EXCEL97TO2003
 

Field Detail

UNKNOWN

static final int UNKNOWN
Represents an newly initialized Workbook, will be taken as same with EXCEL97TO2003

See Also:
Constant Field Values

EXCEL97TO2003

static final int EXCEL97TO2003
Represents an Excel97-2003 xls file.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Deprecated. replaced by EXCEL97TO2003
Represents an Excel2000 file.

See Also:
Constant Field Values

EXCEL97

static final int EXCEL97
Deprecated. replaced by EXCEL97TO2003
Represents an Excel97 file.

See Also:
Constant Field Values

EXCEL2000

static final int EXCEL2000
Deprecated. replaced by EXCEL97TO2003
Represents an Excel2000 file.

See Also:
Constant Field Values

EXCELXP

static final int EXCELXP
Deprecated. replaced by EXCEL97TO2003
Represents an ExcelXP file.

See Also:
Constant Field Values

EXCEL2003

static final int EXCEL2003
Deprecated. replaced by EXCEL97TO2003
Represents an Excel2003 file.

See Also:
Constant Field Values

CSV

static final int CSV
Represents a CSV file.

See Also:
Constant Field Values

TAB_DELIMITED

static final int TAB_DELIMITED
Represents a tab delimited text file.

See Also:
Constant Field Values

SPREADSHEETML

static final int SPREADSHEETML
Represents an xml spreadsheet file.

See Also:
Constant Field Values

HTML

static final int HTML
Represents an html file.

See Also:
Constant Field Values

ASPOSE_PDF

static final int ASPOSE_PDF
Represents an aspose pdf xml file.

See Also:
Constant Field Values

EXCEL2007

static final int EXCEL2007
Represents an Excel2007 xlsx file.

See Also:
Constant Field Values

EXCEL2007XLSM

static final int EXCEL2007XLSM
Represents an Excel2007 xlsm file which enable macros.

See Also:
Constant Field Values

EXCEL2007XLTX

static final int EXCEL2007XLTX
Represents an Excel2007 template xltx file.

See Also:
Constant Field Values

EXCEL2007XLTM

static final int EXCEL2007XLTM
Represents an Excel2007 macro-enabled template xltm file.

See Also:
Constant Field Values

ODS

static final int ODS
Represents an Open Document Spreadsheet file.

See Also:
Constant Field Values

PDF

static final int PDF
Represents a Pdf file.

See Also:
Constant Field Values