ComponentOne Web API Edition
Read Method (IExcelHost)

C1.Web.Api.Excel Namespace > IExcelHost Interface : Read Method
The file.
The file extension.
Read data from Excel file stream.
Syntax
'Declaration
 
Function Read( _
   ByVal file As Stream, _
   ByVal fileType As String _
) As Workbook

Parameters

file
The file.
fileType
The file extension.

Return Value

A Workbook object.
See Also

Reference

IExcelHost Interface
IExcelHost Members