Field Summary | ||
---|---|---|
const int | CSV | |
Comma-Separated Values(CSV) text 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 | |
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 | 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 | |
XPS (XML Paper Specification) format.
|
||
const int | TIFF | |
Represents a TIFF file.
|
||
const int | SVG | |
SVG file.
|
||
const int | DIF | |
Data Interchange Format.
|
||
const int | OTS | |
Open Document Template Sheet(OTS) file.
|
||
const int | XLT | |
Excel 97-2003 template file.
|
||
const int | XML | |
Represents a simple xml file.
|
||
const int | NUMBERS | |
Represents a numbers file.
|
||
const int | MARKDOWN | |
Represents markdown document.
|
||
const int | FODS | |
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
|
||
const int | SXC | |
Represents StarOffice Calc Spreadsheet (.sxc) file format.
|
||
const int | PPTX | |
Represents .pptx file.
|
||
const int | DOCX | |
Represents .docx file.
|
||
const int | EMF | |
Windows Enhanced Metafile.
|
||
const int | JPG | |
JPEG JFIF.
|
||
const int | PNG | |
Portable Network Graphics.
|
||
const int | BMP | |
Windows Bitmap
|
||
const int | GIF | |
Gif
|
||
const int | JSON | |
Json
|
||
const int | SQL_SCRIPT | |
Sql
|
const int CSV
const int XLSX
const int XLSM
const int XLTX
const int XLTM
const int XLAM
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 AUTO
const int UNKNOWN
const int PDF
const int XPS
const int TIFF
const int SVG
const int DIF
const int OTS
const int XLT
const int XML
const int NUMBERS
const int MARKDOWN
const int FODS
const int SXC
const int PPTX
const int DOCX
const int EMF
const int JPG
const int PNG
const int BMP
const int GIF
const int JSON
const int SQL_SCRIPT