Interface
IWorkbookExporter

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 IDisposable.Dispose()

Properties

CellStyles

Gets the mutable collection of reusable cell styles shared across exported worksheets.

Declaration

cs-api-definition
SpreadCellStyleCollection CellStyles { get; }

Property Value

SpreadCellStyleCollection

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

string

The name of the worksheet.

Returns

IWorksheetExporter

The worksheet exporter.

GetSheetInfos()

Returns lightweight metadata for all sheets created so far (name, order) without reopening them.

Declaration

cs-api-definition
IEnumerable<SheetInfo> GetSheetInfos()

Returns

IEnumerable<SheetInfo>