Click or drag to resize
XlsxReader Constructor (String)
Creates a XlsxReader object using a file as the data source.

Namespace: DataStreams.Xlsx
Assembly: DataStreams (in DataStreams.dll) Version: 5.20.0.0
Syntax
public XlsxReader(
	string fileName
)

Parameters

fileName
Type: SystemString
The path to the file to use as the data source.
See Also