Expand description
Framework-neutral GUI view adapters over WorkbookDiff (RFC-029).
These types borrow from WorkbookDiff and allocate display strings only
on demand. No GUI framework dependency is introduced.
Structsยง
- Cell
Change Row - A single row in the flat change list presented to a GUI table.
- Change
Anchor - A stable, deterministic identifier for a single change row.
- Diff
View - Borrowed view over a
WorkbookDiff, providing filtered iteration and deterministic navigation for GUI applications. - Owned
Cell Change Row - Fully owned counterpart to
CellChangeRow(Q3). - Sheet
Summary Row - Summary line for one sheet in the sheet-tree view.
- View
Filter - Controls which change categories are visible in a
DiffView.