Winnovative Excel Library

ExcelWorkbook Constructor (Stream)

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

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

public ExcelWorkbook(
	Stream excelStream
)

Parameters

excelStream
Type: System.IOStream
The Excel stream to be loaded
See Also

Reference