LoadFormat enumeration
LoadFormat enumeration
Represents the load file format.
The LoadFormat type exposes the following members:
Fields
Field | Description |
---|---|
AUTO | Represents recognizing the format automatically. |
CSV | Comma-Separated Values(CSV) text file. NOTE: This member is now obsolete. Instead, please use LoadFormat.CSV property.This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced. |
XLSX | Represents Office Open XML spreadsheetML workbook or template, with or without macros. |
TSV | Tab-Separated Values(TSV) text file. NOTE: This member is now obsolete. Instead, please use LoadFormat.TSV property.This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced. |
TAB_DELIMITED | Represents a tab delimited text file, same with LoadFormat.TSV . |
HTML | Represents a html file. |
M_HTML | Represents a mhtml file. |
ODS | Open Document Sheet(ODS) file. NOTE: This member is now obsolete. Instead, please use LoadFormat.ODS property.This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced. |
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. NOTE: This member is now obsolete. Instead, please use LoadFormat.FODS property.This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced. |
SXC | Represents StarOffice Calc Spreadsheet (.sxc) file format. NOTE: This member is now obsolete. Instead, please use LoadFormat.SXC property.This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced. |
XML | Represents a simple xml file. |
EPUB | Reprents an EPUB file. |
AZW3 | Represents an AZW3 file. |
CHM | Represents a CHM file. |
UNKNOWN | Represents unrecognized format, cannot be loaded. |
IMAGE | Image |
JSON | Json |
See Also
- module
aspose.cells