Field Summary | ||
---|---|---|
const int | AUTO | |
Represents recognizing the format automatically. | ||
const int | CSV | |
Represents a CSV file. | ||
const int | XLSX | |
Represents Office Open XML spreadsheetML workbook or template, with or without macros. | ||
const int | TSV | |
Represents a TSV(tab-separated values file) 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 | |
Represents a 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 | NUMBERS | |
Represents a numbers file. | ||
const int | FODS | |
Represents the flat ods file. | ||
const int | SXC | |
Represents StarOffice Calc Spreadsheet (.sxc) file format. | ||
const int | UNKNOWN | |
Represents unrecognized format, cannot be loaded. |
Field Detail |
---|
AUTO | |
const int AUTO |
CSV | |
const int CSV |
XLSX | |
const int XLSX |
TSV | |
const int TSV |
TAB_DELIMITED | |
const int TAB_DELIMITED |
HTML | |
const int HTML |
M_HTML | |
const int M_HTML |
ODS | |
const int ODS |
EXCEL_97_TO_2003 | |
const int EXCEL_97_TO_2003 |
SPREADSHEET_ML | |
const int SPREADSHEET_ML |
XLSB | |
const int XLSB |
NUMBERS | |
const int NUMBERS |
FODS | |
const int FODS |
SXC | |
const int SXC |
UNKNOWN | |
const int UNKNOWN |