Back to Devexpress

DevExpress.DataAccess.Excel Namespace

corelibraries-devexpress-dot-dataaccess-490b6041.md

latest4.7 KB
Original Source

DevExpress.DataAccess.Excel Namespace

Contains classes that support binding to Microsoft Excel data sources.

Assembly : DevExpress.DataAccess.v25.2.dll

NuGet Package : DevExpress.DataAccess

Classes

NameDescription
BeforeFillEventArgsProvides data for the ExcelDataSource.BeforeFill event.
CsvSourceOptionsContains options used to extract data from the CSV file.
DuplicateNameValidationExceptionThe exception thrown during ExcelDataSource.Schema validation when the schema references two or more FieldInfo objects having identical FieldInfo.Name values.
ExcelDataSourceThe data source that extracts data from Microsoft Excel workbooks or CSV files.
ExcelDefinedNameSettingsContains options used to select data from a range of cells specified using the defined name.
ExcelSchemaProviderA default implementation of the IExcelSchemaProvider service.
ExcelSettingsBaseServes as the base for classes containing settings used to import data from the Microsoft Excel workbook.
ExcelSourceOptionsContains options used to extract data from the Microsoft Excel workbook.
ExcelSourceOptionsBaseServes as the base class for classes used to extract data from Microsoft Excel workbooks (XLS, XLSX or XLSM files) or CSV files.
ExcelTableSettingsContains options used to select data from the specified table.
ExcelWorksheetSettingsContains options used to select data from the specified worksheet.
FieldInfoContains settings of the ExcelDataSource field.
FieldInfoListContains the ExcelDataSource schema.
NameIsNullOrEmptyValidationExceptionThe exception thrown during ExcelDataSource.Schema validation when the schema references a FieldInfo object without a proper FieldInfo.Name.
SchemaValidationExceptionThe base for exceptions thrown when the ExcelDataSource.Schema validation fails.
TypeIsNullValidationExceptionThe exception thrown during ExcelDataSource.Schema validation when the schema references a FieldInfo object without a proper FieldInfo.Type.

Interfaces

NameDescription
IExcelSchemaProviderWhen implemented, provides the capability to customize the schema retrieved for an Excel/CSV file.

Enums

NameDescription
CsvNewlineTypeLists characters used to identify a new line in a CSV document.
ExcelDocumentFormatLists values that specify the format of the document used to supply the ExcelDataSource with data.