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