[]
        
(Showing Draft Content)

C1.Web.Api.Excel.IExcelHost.Read

Read Method

Read(Stream, string)

Read data from Excel file stream.

Declaration
IWorkbook Read(Stream file, string fileType)
Parameters
Type Name Description
Stream file

The file.

string fileType

The file extension.

Returns
Type Description
IWorkbook

A Workbook object.