New to Telerik Document ProcessingStart a free 30-day trial

Represents an entry point to import a spreadsheet.

Definition

Namespace:Telerik.Documents.SpreadsheetStreaming

Assembly:Telerik.Documents.SpreadsheetStreaming.dll

Syntax:

C#
public static class SpreadImporter

Inheritance: objectSpreadImporter

Methods

Creates new CSV importer with settings.

C#
public static IWorkbookImporter CreateCsvImporter(Stream stream, SpreadCsvSettings settings)
Parameters:streamStream

The document stream.

settingsSpreadCsvSettings

The document settings.

Returns:

IWorkbookImporter

Creates the workbook importer.

C#
public static IWorkbookImporter CreateWorkbookImporter(SpreadDocumentFormat documentFormat, Stream stream)
Parameters:documentFormatSpreadDocumentFormat

The document format.

streamStream

The stream.

Returns:

IWorkbookImporter