Click or drag to resize
Accord.NET (logo)

ExcelReader Constructor (String)

Creates a new spreadsheet reader.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public ExcelReader(
	string path
)
Request Example View Source

Parameters

path
Type: SystemString
The path of for the spreadsheet file.
See Also