Click or drag to resize

ExcelWorkbook(Stream) Constructor

Opens a workbook from the specified Excel stream

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

Parameters

excelStream  Stream
The Excel stream to be loaded
See Also