ExcelWorkbook(Stream) Constructor |
Opens a workbook from the specified Excel stream
Namespace: ExpertXls.ExcelLibAssembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntaxpublic ExcelWorkbook(
Stream excelStream
)
Public Sub New (
excelStream As Stream
)
Parameters
- excelStream Stream
- The Excel stream to be loaded
See Also