Click or drag to resize
XlsReader Constructor (Stream)
Creates a XlsReader object using Excel spreadsheet data read in from a stream as the data source.

Namespace: DataStreams.Xls
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public XlsReader(
	Stream inputStream
)

Parameters

inputStream
Type: System.IOStream
The stream containing Excel spreadsheet data to be read in as the data source.
See Also