Interface IWorkbookExporter
Defines members used to export a workbook.
Inherited Members
System.IDisposable.Dispose()
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public interface IWorkbookExporter : IDisposable
Properties
CellStyles
Gets the cell style collection.
Declaration
SpreadCellStyleCollection CellStyles { get; }
Property Value
SpreadCellStyleCollection
The cell style collection. |
Methods
CreateWorksheetExporter(String)
Creates a worksheet exporter.
Declaration
IWorksheetExporter CreateWorksheetExporter(string name)
Parameters
System.String
name
The name of the worksheet. |
Returns
IWorksheetExporter
The worksheet exporter. |
GetSheetInfos()
Provides information about the sheets in the workbook.
Declaration
IEnumerable<SheetInfo> GetSheetInfos()
Returns
System.Collections.Generic.IEnumerable<SheetInfo>
|