Enum GridLoadFormat
GridLoadFormat enumeration
Represents the load file format.
public enum GridLoadFormat
Values
| Name | Value | Description |
|---|---|---|
| Auto | 0 | Represents recognizing the format automatically. |
| Csv | 1 | Represents Comma-Separated Values(CSV) text file. |
| Xlsx | 6 | Represents Office Open XML spreadsheetML workbook or template, with or without macros. |
| Tsv | 11 | Represents TSV(tab-separated values file) file. |
| TabDelimited | 11 | Represents tab delimited text file, same with Tsv. |
| Html | 12 | Represents html file. |
| MHtml | 13 | Represents mhtml file. |
| Ods | 14 | Represents Open Document Sheet(ODS) file. |
| Excel97To2003 | 5 | Represents Excel97-2003 xls file. |
| SpreadsheetML | 15 | Represents Excel 2003 xml file. |
| Xlsb | 16 | Represents xlsb file. |
| Numbers | 56 | Represents numbers file. |
| Fods | 59 | Represents OpenDocument Flat XML Spreadsheet (.fods) file format. |
| Sxc | 60 | Represents StarOffice Calc Spreadsheet (.sxc) file format. |
| Unknown | 255 | Represents unrecognized format, cannot be loaded. |
See Also
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs