Winnovative Excel Library

ExcelWorkbook Constructor (Stream, String)

Winnovative Excel Library Documentation
Opens a workbook from the specified Excel stream with the specified password

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public ExcelWorkbook(
	Stream excelStream,
	string openPassword
)

Parameters

excelStream
Type: System.IOStream
The Excel stream to be loaded
openPassword
Type: SystemString
The password to open the workbook
See Also

Reference