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
Spread The cell style collection. |
Methods
CreateWorksheetExporter(String)
Creates a worksheet exporter.
Declaration
IWorksheetExporter CreateWorksheetExporter(string name)
Parameters
System. The name of the worksheet. |
Returns
IWorksheet The worksheet exporter. |
GetSheetInfos()
Provides information about the sheets in the workbook.
Declaration
IEnumerable<SheetInfo> GetSheetInfos()
Returns
System.
|