ClassSpreadExporter
Class
Factory for creating workbook exporters for supported spreadsheet formats (XLSX, CSV) in create or append modes.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public static class SpreadExporter
Inheritance: objectSpreadExporter
Methods
CreateWorkbookExporter(SpreadDocumentFormat, Stream)
Creates a workbook exporter for the specified format using create mode.
Declaration
cs-api-definition
public static IWorkbookExporter CreateWorkbookExporter(SpreadDocumentFormat documentFormat, Stream stream)
Parameters
documentFormat
The document format.
stream
The output stream.
Returns
The workbook exporter.
CreateWorkbookExporter(SpreadDocumentFormat, Stream, SpreadExportMode)
Creates a workbook exporter for the specified format and export mode.
Declaration
cs-api-definition
public static IWorkbookExporter CreateWorkbookExporter(SpreadDocumentFormat documentFormat, Stream stream, SpreadExportMode exportMode)
Parameters
documentFormat
The document format.
stream
The stream.
exportMode
The export mode.
Returns
The workbook exporter.