Creates a XlsReader object using Excel spreadsheet data read in from a stream as the data source.
[Visual Basic]
Overloads Public Sub New( _
ByVal
inputStream As
Stream _
)
[C#]
public XlsReader(
Stream inputStream);
Parameters
-
inputStream
- The stream containing Excel spreadsheet data to be read in as the data source.
See Also
XlsReader Class | DataStreams.Xls Namespace | XlsReader Constructor Overload List