| Field Summary | ||
|---|---|---|
const Number | CSV | |
| Represents a CSV file. | ||
const Number | XLSX | |
| Represents an xlsx file. | ||
const Number | XLSM | |
| Represents an xlsm file which enable macros. | ||
const Number | XLTX | |
| Represents an xltx file. | ||
const Number | XLTM | |
| Represents an xltm file which enable macros. | ||
const Number | XLAM | |
| Represents an xltm file which enable addin 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 | AUTO | |
| If saving the file to the disk,the file format accords to the extension of the file name. If saving the file to the stream, the file format is xlsx. | ||
const Number | UNKNOWN | |
| Represents unrecognized format, cannot be saved. | ||
const Number | PDF | |
| Represents a Pdf file. | ||
const Number | XPS | |
| Represents an XPS file. | ||
const Number | TIFF | |
| Represents an TIFF file. | ||
const Number | SVG | |
| Represents an SVG file. | ||
const Number | DIF | |
| Data Interchange Format. | ||
const Number | NUMBERS | |
| Represents a numbers file. | ||
const Number | MARKDOWN | |
| Represents markdown document. | ||
const Number | FODS | |
| Represents the flat ods file. | ||
const Number | SXC | |
| Represents StarOffice Calc Spreadsheet (.sxc) file format. | ||
| Field Detail |
|---|
CSV | |
const Number CSV | |
XLSX | |
const Number XLSX | |
XLSM | |
const Number XLSM | |
XLTX | |
const Number XLTX | |
XLTM | |
const Number XLTM | |
XLAM | |
const Number XLAM | |
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 | |
AUTO | |
const Number AUTO | |
UNKNOWN | |
const Number UNKNOWN | |
const Number PDF | |
XPS | |
const Number XPS | |
TIFF | |
const Number TIFF | |
SVG | |
const Number SVG | |
DIF | |
const Number DIF | |
NUMBERS | |
const Number NUMBERS | |
MARKDOWN | |
const Number MARKDOWN | |
FODS | |
const Number FODS | |
SXC | |
const Number SXC | |