WithSheet(Config<int>) Method
Sets the 0-based index of the sheet to read in the Excel file.
Namespace
Statiq.Tables
Containing Type
ReadExcel

Syntax

public ReadExcel WithSheet(Config<int> sheet)

Parameters

Name Type Description
sheet Config<int> The 0-based index of the sheet to read.

Return Value

Type Description
ReadExcel The current module instance.