corelibraries-devexpress-dot-dataaccess-dot-excel-466e2e7c.md
Serves as the base class for classes used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
Namespace : DevExpress.DataAccess.Excel
Assembly : DevExpress.DataAccess.v25.2.dll
NuGet Package : DevExpress.DataAccess
public abstract class ExcelSourceOptionsBase :
ICloneable
Public MustInherit Class ExcelSourceOptionsBase
Implements ICloneable
The following members return ExcelSourceOptionsBase objects:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | BeforeFillEventArgs.SourceOptions |
| DataSourceModel.SourceOptions | |
| ExcelDataSource.SourceOptions | |
| ExcelDataSourceModel.SourceOptions | |
| IChooseFileOptionsPageView.SourceOptions | |
| IExcelDataSourceModel.SourceOptions | |
| WinForms Controls | ChooseFileOptionsPageView.SourceOptions |
| Dashboard | DashboardExcelDataSourceBeforeFillEventArgs.SourceOptions |
| ExcelDataSourceBeforeFillEventArgs.SourceOptions | |
| .NET Reporting Tools | XtraReportModel.SourceOptions |
The ExcelDataSource class exposes the ExcelDataSource.SourceOptions property that accepts the ExcelSourceOptionsBase descendants.
Object ExcelSourceOptionsBase CsvSourceOptions
See Also