ExcelWorkbook Constructor (Stream, String, ExcelWorkbookDefaultSettings) |
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,
ExcelWorkbookDefaultSettings defaultSettings
)
Public Sub New (
excelStream As Stream,
openPassword As String,
defaultSettings As ExcelWorkbookDefaultSettings
)
Parameters
- excelStream
- Type: System.IOStream
The Excel stream to be loaded - openPassword
- Type: SystemString
The password to open the workbook - defaultSettings
- Type: ExpertXls.ExcelLibExcelWorkbookDefaultSettings
The default settings for the newly created workbook (like default font, row height or column width).
See Also