Class SpreadExporter
Represents an entry point to export a spreadsheet.
Inheritance
System.Object
SpreadExporter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Documents.SpreadsheetStreaming
Assembly: Telerik.Documents.SpreadsheetStreaming.dll
Syntax
public static class SpreadExporter
Methods
CreateWorkbookExporter(SpreadDocumentFormat, Stream)
Creates a workbook exporter.
Declaration
public static IWorkbookExporter CreateWorkbookExporter(SpreadDocumentFormat documentFormat, Stream stream)
Parameters
SpreadDocumentFormat
documentFormat
The document format. |
System.IO.Stream
stream
The output stream. |
Returns
IWorkbookExporter
The workbook exporter. |
CreateWorkbookExporter(SpreadDocumentFormat, Stream, SpreadExportMode)
Creates the workbook exporter.
Declaration
public static IWorkbookExporter CreateWorkbookExporter(SpreadDocumentFormat documentFormat, Stream stream, SpreadExportMode exportMode)
Parameters
SpreadDocumentFormat
documentFormat
The document format. |
System.IO.Stream
stream
The stream. |
SpreadExportMode
exportMode
The export mode. |
Returns
IWorkbookExporter
The workbook exporter. |