ExcelWorkbook Constructor (Stream, String) |
Opens a workbook from the specified Excel stream with the specified password
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelWorkbook(
Stream excelStream,
string openPassword
)
Public Sub New (
excelStream As Stream,
openPassword As String
)
Parameters
- excelStream
- Type: System.IOStream
The Excel stream to be loaded - openPassword
- Type: SystemString
The password to open the workbook
See Also