GridLoadFormat enumeration
GridLoadFormat enumeration
Represents the load file format.
The GridLoadFormat type exposes the following members:
Fields
Field | Description |
---|---|
AUTO | Represents recognizing the format automatically. |
CSV | Represents Comma-Separated Values(CSV) text file. |
XLSX | Represents Office Open XML spreadsheetML workbook or template, with or without macros. |
TSV | Represents TSV(tab-separated values file) file. |
TAB_DELIMITED | Represents tab delimited text file, same with GridLoadFormat.TSV . |
HTML | Represents html file. |
M_HTML | Represents mhtml file. |
ODS | Represents Open Document Sheet(ODS) file. |
EXCEL_97_TO_2003 | Represents Excel97-2003 xls file. |
SPREADSHEET_ML | Represents Excel 2003 xml file. |
XLSB | Represents xlsb file. |
NUMBERS | Represents numbers file. |
FODS | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
SXC | Represents StarOffice Calc Spreadsheet (.sxc) file format. |
UNKNOWN | Represents unrecognized format, cannot be loaded. |
See Also
- module
aspose.cellsgridjs