LoadFormat
Contents
[
Hide
]LoadFormat enumeration
Utility class containing constants. Represents the load file format.
Values
| Name | Description |
|---|---|
| AUTO | Represents recognizing the format automatically. |
| CSV | Comma-Separated Values(CSV) text file. |
| XLSX | Represents Office Open XML spreadsheetML workbook or template, with or without macros. |
| TSV | Tab-Separated Values(TSV) text file. |
| TAB_DELIMITED | Represents a tab delimited text file, same with TSV . |
| HTML | Represents a html file. |
| M_HTML | Represents a mhtml file. |
| ODS | Open Document Sheet(ODS) file. |
| EXCEL_97_TO_2003 | Represents an Excel97-2003 xls file. |
| SPREADSHEET_ML | Represents an Excel 2003 xml file. |
| XLSB | Represents an xlsb file. |
| OTS | Open Document Template Sheet(OTS) file. |
| NUMBERS | Represents a numbers file. |
| FODS | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
| SXC | Represents StarOffice Calc Spreadsheet (.sxc) file format. |
| XML | Represents a simple xml file. |
| EPUB | Reprents an EPUB file. |
| AZW_3 | Represents an AZW3 file. |
| CHM | |
| MARKDOWN | |
| UNKNOWN | Represents unrecognized format, cannot be loaded. |
| IMAGE | Image |
| JSON | Json |
| DIF | |
| DBF |