Click or drag to resize
Accord.NET (logo)

ExcelReaderGetWorksheet Method (String)

Gets an worksheet as a data table.

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public DataTable GetWorksheet(
	string worksheet
)
Request Example View Source

Parameters

worksheet
Type: SystemString

Return Value

Type: DataTable
See Also