collectXlsxSheetHints
collectXlsxSheetHints(
extractions):SheetHints|undefined
Defined in: execution/sheet-hints.ts:34
Walk all specs in the given extractions and collect XLSX sheet references.
Returns undefined if any spec uses a dynamic/unknown sheet reference
(e.g. firstSheet, or findSheet with a non-nameEquals predicate).
Parameters
Section titled “Parameters”extractions
Section titled “extractions”readonly Extraction[]
Returns
Section titled “Returns”SheetHints | undefined