Back to Devexpress

DevExpress.Spreadsheet.Export Namespace

officefileapi-devexpress-dot-spreadsheet-8347b107.md

latest3.5 KB
Original Source

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

NameDescription
CellValueConversionErrorEventArgsProvides data for the DataTableExporter.CellValueConversionError event.
CellValueToColumnTypeConverterDefault converter used by the DataTableExporter to convert cell values to any data type except String.
CellValueToStringConverterDefault converter used by the DataTableExporter to convert cell values to the String data type.
DataTableExporterPerforms export of the worksheet range to the data table.
DataTableExporterExtensions staticDefines extension methods for the DevExpress.Spreadsheet.Export.DataTableExporter class.
DataTableExportOptionsComprises various options and settings which are used for exporting cell values to a DataTable.
ProcessEmptyRowEventArgsProvides data for the DataTableExporter.ProcessEmptyRow event.

Interfaces

NameDescription
ICellValueToColumnTypeConverterBase interface implemented by converters which are used by the DataTableExporter.

Delegates

NameDescription
CellValueConversionErrorEventHandlerA method that will handle the DataTableExporter.CellValueConversionError event.
ProcessEmptyRowEventHandlerA method that will handle the DataTableExporter.ProcessEmptyRow event.

Enums

NameDescription
ConversionResultList possible conversion results.
DataTableExporterActionLists possible actions which can be specified in the DataTableExporter.CellValueConversionError event handler.
DataTableExporterOptimizationTypeLists optimization types which specify the strategy used for data export from cells to a DataTable.