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