Canonical string key for a CellRef.
Cell reference to encode.
A1-style reference string.
The key is the A1 form ({ col: 0, row: 0 } becomes "A1"), which keeps debug output readable and matches the engine's identifier scheme.
{ col: 0, row: 0 }
"A1"
Canonical string key for a CellRef.