Click or drag to resize

IExcelReaderOpen Method (Stream)

Connect to the file stream to prepare for reading.

Namespace:  Casewhere.Runtime.IO
Assembly:  Casewhere.Runtime.IO (in Casewhere.Runtime.IO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
void Open(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream of an excel file.
See Also