GridLoadFormat enumeration

GridLoadFormat enumeration

Represents the load file format.

The GridLoadFormat type exposes the following members:

Fields

FieldDescription
AUTORepresents recognizing the format automatically.
CSVRepresents Comma-Separated Values(CSV) text file.
XLSXRepresents Office Open XML spreadsheetML workbook or template, with or without macros.
TSVRepresents TSV(tab-separated values file) file.
TAB_DELIMITEDRepresents tab delimited text file, same with GridLoadFormat.TSV.
HTMLRepresents html file.
M_HTMLRepresents mhtml file.
ODSRepresents Open Document Sheet(ODS) file.
EXCEL_97_TO_2003Represents Excel97-2003 xls file.
SPREADSHEET_MLRepresents Excel 2003 xml file.
XLSBRepresents xlsb file.
NUMBERSRepresents numbers file.
FODSRepresents OpenDocument Flat XML Spreadsheet (.fods) file format.
SXCRepresents StarOffice Calc Spreadsheet (.sxc) file format.
UNKNOWNRepresents unrecognized format, cannot be loaded.

See Also