Aspose::Cells::LoadFormat enum

LoadFormat enum

Represents the load file format.

enum class LoadFormat

Values

NameValueDescription
Auto0
Represents recognizing the format automatically.
Csv1
Comma-Separated Values(CSV) text file.
CSV1(Deprecated - Use LoadFormat.Csv instead. )
Comma-Separated Values(CSV) text file. NOTE: This member is now obsolete. Instead, please use Csv property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Xlsx6
Represents Office Open XML spreadsheetML workbook or template, with or without macros.
Tsv11
Tab-Separated Values(TSV) text file.
TSV11(Deprecated - Use LoadFormat.Tsv instead. )
Tab-Separated Values(TSV) text file. NOTE: This member is now obsolete. Instead, please use Tsv property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
TabDelimited11
Represents a tab delimited text file, same with Tsv.
Html12
Represents a html file.
MHtml13
Represents a mhtml file.
Ods14
Open Document Sheet(ODS) file.
ODS14(Deprecated - Use LoadFormat.Ods instead. )
Open Document Sheet(ODS) file. NOTE: This member is now obsolete. Instead, please use Ods property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Excel97To20035
Represents an Excel97-2003 xls file.
SpreadsheetML15
Represents an Excel 2003 xml file.
Xlsb16
Represents an xlsb file.
Ots31
Open Document Template Sheet(OTS) file.
Numbers56
Represents a numbers file.
Fods59
Represents OpenDocument Flat XML Spreadsheet (.fods) file format.
FODS59(Deprecated - Use LoadFormat.Fods instead. )
Represents OpenDocument Flat XML Spreadsheet (.fods) file format. NOTE: This member is now obsolete. Instead, please use Fods property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Sxc60
Represents StarOffice Calc Spreadsheet (.sxc) file format.
SXC60(Deprecated - Use LoadFormat.Sxc instead. )
Represents StarOffice Calc Spreadsheet (.sxc) file format. NOTE: This member is now obsolete. Instead, please use Sxc property. This property will be removed 6 months later since April 2021. Aspose apologizes for any inconvenience you may have experienced.
Xml51
Represents a simple xml file.
Epub52
Reprents an EPUB file.
Azw353
Represents an AZW3 file.
Unknown255
Represents unrecognized format, cannot be loaded.
Image254
Image.
Json513
Json.

See Also