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 |
The 0-based index of the sheet to read. |
Return Value
| Type | Description |
|---|---|
| ReadExcel | The current module instance. |