In This Topic
Read data from Excel file stream.
Syntax
'Declaration
Function Read( _
ByVal As Stream, _
ByVal As String _
) As GrapeCity.Documents.Excel.IWorkbook
GrapeCity.Documents.Excel.IWorkbook Read(
Stream ,
string
)
Parameters
- file
- The file.
- fileType
- The file extension.
Return Value
A Workbook object.
See Also