LoadFormat enumeration

LoadFormat enumeration

Represents the load file format.

The LoadFormat type exposes the following members:

Fields

FieldDescription
AUTORepresents recognizing the format automatically.
CSVComma-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.
XLSXRepresents Office Open XML spreadsheetML workbook or template, with or without macros.
TSVTab-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_DELIMITEDRepresents a tab delimited text file, same with LoadFormat.TSV.
HTMLRepresents a html file.
M_HTMLRepresents a mhtml file.
ODSOpen 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_2003Represents an Excel97-2003 xls file.
SPREADSHEET_MLRepresents an Excel 2003 xml file.
XLSBRepresents an xlsb file.
OTSOpen Document Template Sheet(OTS) file.
NUMBERSRepresents a numbers file.
FODSRepresents 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.
SXCRepresents 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.
XMLRepresents a simple xml file.
EPUBReprents an EPUB file.
AZW3Represents an AZW3 file.
UNKNOWNRepresents unrecognized format, cannot be loaded.
IMAGEImage
JSONJson

See Also