DevExpress.Spreadsheet.Export Namespace
Contains base interfaces and classes required for data export from the cells of the spreadsheet to a data table.
Assemblies: DevExpress.Docs.v25.2.dll, DevExpress.Spreadsheet.v25.2.Core.dll
NuGet Packages: DevExpress.Document.Processor, DevExpress.Spreadsheet.Core
Classes
| Name | Description |
|---|---|
| CellValueConversionErrorEventArgs | Provides data for the DataTableExporter.CellValueConversionError event. |
| CellValueToColumnTypeConverter | Default converter used by the DataTableExporter to convert cell values to any data type except String. |
| CellValueToStringConverter | Default converter used by the DataTableExporter to convert cell values to the String data type. |
| DataTableExporter | Performs export of the worksheet range to the data table. |
| DataTableExporterExtensions static | Defines extension methods for the DevExpress.Spreadsheet.Export.DataTableExporter class. |
| DataTableExportOptions | Comprises various options and settings which are used for exporting cell values to a DataTable. |
| ProcessEmptyRowEventArgs | Provides data for the DataTableExporter.ProcessEmptyRow event. |
Interfaces
| Name | Description |
|---|---|
| ICellValueToColumnTypeConverter | Base interface implemented by converters which are used by the DataTableExporter. |
Delegates
| Name | Description |
|---|---|
| CellValueConversionErrorEventHandler | A method that will handle the DataTableExporter.CellValueConversionError event. |
| ProcessEmptyRowEventHandler | A method that will handle the DataTableExporter.ProcessEmptyRow event. |
Enums
| Name | Description |
|---|---|
| ConversionResult | List possible conversion results. |
| DataTableExporterAction | Lists possible actions which can be specified in the DataTableExporter.CellValueConversionError event handler. |
| DataTableExporterOptimizationType | Lists optimization types which specify the strategy used for data export from cells to a DataTable. |