Function: readInputsSheet()
function readInputsSheet(workbook): InputSpec[];
Defined in: src/parser.ts:408
Parse the optional __inputs__ sheet (ADR-0010 / ADR-0011). The
first row is the header; each subsequent row declares one input.
Columns are identified by header text, case-insensitive.
Parameters
| Parameter | Type |
|---|---|
workbook | Workbook |
Returns
Stable
Frozen at 1.0 per spec/STABILITY.md "Public API surface".