ExcelWorkbook(Stream, String, ExcelWorkbookDefaultSettings) Constructor
Opens a workbook from the specified Excel stream with the specified password
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public ExcelWorkbook(
Stream excelStream,
string openPassword,
ExcelWorkbookDefaultSettings defaultSettings
)
Public Sub New (
excelStream As Stream,
openPassword As String,
defaultSettings As ExcelWorkbookDefaultSettings
)
public:
ExcelWorkbook(
Stream^ excelStream,
String^ openPassword,
ExcelWorkbookDefaultSettings^ defaultSettings
)
new :
excelStream : Stream *
openPassword : string *
defaultSettings : ExcelWorkbookDefaultSettings -> ExcelWorkbook
Parameters
- excelStream Stream
- The Excel stream to be loaded
- openPassword String
- The password to open the workbook
- defaultSettings ExcelWorkbookDefaultSettings
- The default settings for the newly created workbook (like default font, row height or column width).