Expand description
Reference model for the workbook grammar (P1.2).
A Ref is the parser-level description of what a formula points at:
a single cell, a rectangular range, or a named reference. Resolution is
delegated to the caller (core = language); the engine itself never knows
what a sheet or a named range contains.
Structs§
- Cell
Addr - A1-style cell address with 1-based column and row, plus per-axis
$(absolute-reference) markers.
Enums§
- Ref
- A parsed reference. Resolution (what the reference evaluates to) is delegated to the embedding application; see the workbook v1 scope ADR.