Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / IExcelHost Interface / Read Method
The file.
The file extension.

In This Topic
    Read Method (IExcelHost)
    In This Topic
    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