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.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Members
Name | Description |
---|---|
Xls
|
The XLS format. |
Xlsx
|
The XLSX format. |
Xlsm
|
The XLSM format. |
Csv
|
The CSV format. |
#Related API Members
The following properties accept/return ExcelDocumentFormat values:
Library | Related API Members |
---|---|
Cross-Platform Class Library | Before |
Excel |
|
IChoose |
|
Win |
Choose |
WPF Controls | Choose |
Dashboard | Dashboard |
Excel |
#Remarks
Values listed in this enumeration are used to set the ExcelDataSource.StreamDocumentFormat property.