ExcelDocumentFormat Enum
Lists values that specify the format of the document used to supply the ExcelDataSource with data.
Namespace: DevExpress.DataAccess.Excel
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Members
Name | Description |
---|---|
Xls
|
The XLS format. |
Xlsx
|
The XLSX format. |
Xlsm
|
The XLSM format. |
Csv
|
The CSV format. |
Remarks
Values listed in this enumeration are used to set the ExcelDataSource.StreamDocumentFormat property.
See Also