Class SpreadImporter
Represents an entry point to import a spreadsheet.
Inheritance
System.Object
SpreadImporter
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 SpreadImporter
Methods
CreateCsvImporter(Stream, SpreadCsvSettings)
Creates new CSV importer with settings.
Declaration
public static IWorkbookImporter CreateCsvImporter(Stream stream, SpreadCsvSettings settings)
Parameters
System.IO.Stream
stream
The document stream. |
SpreadCsvSettings
settings
The document settings. |
Returns
IWorkbookImporter
|
CreateWorkbookImporter(SpreadDocumentFormat, Stream)
Creates the workbook importer.
Declaration
public static IWorkbookImporter CreateWorkbookImporter(SpreadDocumentFormat documentFormat, Stream stream)
Parameters
SpreadDocumentFormat
documentFormat
The document format. |
System.IO.Stream
stream
The stream. |
Returns
IWorkbookImporter
|