SpreadsheetLayout¶
| Value | Description |
|---|---|
Dense |
Dense: header-keyed Seq of row-Tables. First row is treated as headers (with HasHeaders: true). LLM-friendly shape. |
Sparse |
Sparse: Table[row_index -> Table[col_index -> Cell]]. Empty cells are absent. Preserves original coordinates. |