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