Click or drag to resize
Accord.NET (logo)

ExcelReaderGetWorksheet Method (Int32)

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(
	int worksheetIndex
)
Request Example View Source

Parameters

worksheetIndex
Type: SystemInt32

Return Value

Type: DataTable
See Also