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