Skip to main content
A newer version of this page is available. .

ExcelSourceOptionsBase Class

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.v19.2.dll

Declaration

public abstract class ExcelSourceOptionsBase :
    ICloneable

Remarks

The ExcelDataSource class exposes the ExcelDataSource.SourceOptions property that accepts the ExcelSourceOptionsBase descendants.

Inheritance

See Also