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