Telerik.Windows.Documents.Spreadsheet.FormatProviders
Base class for format providers that import and export workbooks using binary formats such as XLSX and XLS.
Provides data for the CellImported event, raised after each cell is imported from a DataTable to a worksheet.
Provides data for the ColumnExporting event, raised for each column during DataTable export.
Converts between ADO.NET DataTable instances and spreadsheet workbooks, enabling bidirectional data exchange for tabular data integration.
Configures export behavior from worksheet to DataTable, including header handling, type conversion, and culture settings.
Configures import behavior from DataTable to worksheet, including header handling, date formatting, and start position.
Specifies the scope of data to export from a workbook, such as a single sheet, the entire workbook, or a selection.
Configures export scope and behavior, including which sheets to export, whether to honor print areas, and hidden sheet handling.
Interface for format providers that import and export workbooks using binary representations such as byte arrays.
Interface for format providers that import and export workbooks using text-based formats such as CSV and TXT.
Defines a common interface for workbook import and export format providers, enabling serialization and deserialization of workbooks to and from various file formats.
Thrown when a worksheet column contains mixed data types that cannot be reconciled during DataTable export with type inference enabled.
Base class for text-based workbook format providers that offer string-based import and export methods in addition to stream-based operations.
Exception thrown when attempting to import or export a workbook with a file extension that no registered format provider supports.
Base class for all workbook format providers, implementing common import and export logic with timeout and cancellation support.
Manages the global registry of workbook format providers, enabling registration, discovery by extension, and import/export operations using the registered providers.