Click or drag to resize

ExcelWorkbook Constructor (Stream)

Opens a workbook from the specified Excel stream

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public ExcelWorkbook(
	Stream excelStream
)

Parameters

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