Expand description
Human-readable text output renderer (RFC-013).
All functions here are pure formatters over WorkbookDiff. They do not
perform comparison logic and must never write to stdout/stderr directly.
Functionsยง
- render_
summary - Render a compact human-readable summary of a
WorkbookDiff. - render_
unified - Render a unified-style diff showing per-cell old/new values.