Export: ODS meta block + header-row freeze/filter; flat CSV with aligned column names.

ODS sheets now carry a per-connection meta block (Connection / Transform
/ Left / Right) above the data; the header row anchors the freeze, the
auto-filter range, and the zebra striping. CSV stays a single flat
15-column table whose names match the ODS headers exactly.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 18:21:50 +02:00
parent 3be5bc3f6e
commit fdf86a2e17
4 changed files with 103 additions and 49 deletions

View File

@@ -299,7 +299,7 @@ Component Tui::BuildDashboardScreen() {
{"e", "explore"},
{"a", "analyze (verify + groups)"},
{"h", "help screen"},
{"x", "export (CSV)"},
{"x", "export"},
{"PgUp", "scroll up"},
{"PgDn", "scroll down"},
{"Home", "scroll top"},