ExcelWorkbook(Stream, String) Constructor

Opens a workbook from the specified Excel stream with the specified password

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public ExcelWorkbook(
	Stream excelStream,
	string openPassword
)

Parameters

excelStream  Stream
The Excel stream to be loaded
openPassword  String
The password to open the workbook

See Also