corelibraries-devexpress-dot-dataaccess-dot-excel-fbc630de.md
Lists values that specify the format of the document used to supply the ExcelDataSource with data.
Namespace : DevExpress.DataAccess.Excel
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
public enum ExcelDocumentFormat
Public Enum ExcelDocumentFormat
| Name | Description |
|---|---|
Xls |
The XLS format.
|
| Xlsx |
The XLSX format.
|
| Xlsm |
The XLSM format.
|
| Csv |
The CSV format.
|
The following properties accept/return ExcelDocumentFormat values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | BeforeFillEventArgs.StreamDocumentFormat |
| ExcelDataSource.StreamDocumentFormat | |
| IChooseFileOptionsPageView.DocumentFormat | |
| WinForms Controls | ChooseFileOptionsPageView.DocumentFormat |
| WPF Controls | ChooseFileOptionsPage.DocumentFormat |
| Dashboard | DashboardExcelDataSourceBeforeFillEventArgs.StreamDocumentFormat |
| ExcelDataSourceBeforeFillEventArgs.StreamDocumentFormat |
Values listed in this enumeration are used to set the ExcelDataSource.StreamDocumentFormat property.
See Also