- Improved
- Spreadsheet
Browser ROW and COLUMN accept one cell
Browser ROW and COLUMN match the native registry for a single cell. Ranges still fail closed because the browser kernel does not spill.
- Current cell stays zero-argROW() and COLUMN() still return the current cell 1-based row or column.
- Optional single cellROW(C4) is 4 and COLUMN($B$2) is 2, including absolute references.
- Ranges fail closedROW(A1:B2) is rejected. Agents should not expect a spilled array from the browser kernel.
