InterfaceIWorkbookExporter
Interface
Coordinates streaming creation of worksheets, styles, and sheet metadata into an output workbook package.
Definition
Namespace:Telerik.Documents.SpreadsheetStreaming
Assembly:Telerik.Documents.SpreadsheetStreaming.dll
Syntax:
cs-api-definition
public interface IWorkbookExporter : IDisposable
Inherited Members
Properties
CellStyles
Gets the mutable collection of reusable cell styles shared across exported worksheets.
Declaration
cs-api-definition
SpreadCellStyleCollection CellStyles { get; }
Property Value
The cell style collection.
Methods
CreateWorksheetExporter(string)
Create and return a new worksheet exporter with the specified sheet name.
Declaration
cs-api-definition
IWorksheetExporter CreateWorksheetExporter(string name)
Parameters
name
The name of the worksheet.
Returns
The worksheet exporter.
GetSheetInfos()
Returns lightweight metadata for all sheets created so far (name, order) without reopening them.