Field Summary | ||
---|---|---|
const Number | AUTO | |
Represents recognizing the format automatically.
|
||
const Number | CSV | |
Comma-Separated Values(CSV) text file.
|
||
const Number | XLSX | |
Represents Office Open XML spreadsheetML workbook or template, with or without macros.
|
||
const Number | TSV | |
Tab-Separated Values(TSV) text file.
|
||
const Number | TAB_DELIMITED | |
Represents a tab delimited text file, same with |
||
const Number | HTML | |
Represents a html file.
|
||
const Number | M_HTML | |
Represents a mhtml file.
|
||
const Number | ODS | |
Open Document Sheet(ODS) file.
|
||
const Number | EXCEL_97_TO_2003 | |
Represents an Excel97-2003 xls file.
|
||
const Number | SPREADSHEET_ML | |
Represents an Excel 2003 xml file.
|
||
const Number | XLSB | |
Represents an xlsb file.
|
||
const Number | OTS | |
Open Document Template Sheet(OTS) file.
|
||
const Number | NUMBERS | |
Represents a numbers file.
|
||
const Number | FODS | |
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
|
||
const Number | SXC | |
Represents StarOffice Calc Spreadsheet (.sxc) file format.
|
||
const Number | XML | |
Represents a simple xml file.
|
||
const Number | EPUB | |
Reprents an EPUB file.
|
||
const Number | UNKNOWN | |
Represents unrecognized format, cannot be loaded.
|
||
const Number | IMAGE | |
Image
|
||
const Number | JSON | |
Json
|
const Number AUTO
const Number CSV
const Number XLSX
const Number TSV
const Number TAB_DELIMITED
const Number HTML
const Number M_HTML
const Number ODS
const Number EXCEL_97_TO_2003
const Number SPREADSHEET_ML
const Number XLSB
const Number OTS
const Number NUMBERS
const Number FODS
const Number SXC
const Number XML
const Number EPUB
const Number UNKNOWN
const Number IMAGE
const Number JSON