The FormulaAdapterOptions.resolve callback maps a parsed
CellRef to its underlying graph node, returning undefined
for cells that have not been registered. Returning undefined
triggers an unresolved-ref error for direct cell references and
silently skips the missing cell inside range aggregations, matching
traditional spreadsheet semantics.
Construction options for createFormulaAdapter.
Remarks
The FormulaAdapterOptions.resolve callback maps a parsed CellRef to its underlying graph node, returning
undefinedfor cells that have not been registered. Returningundefinedtriggers anunresolved-referror for direct cell references and silently skips the missing cell inside range aggregations, matching traditional spreadsheet semantics.