Releases: ianustec/openwebui-generate-spreadsheets
Releases · ianustec/openwebui-generate-spreadsheets
Release list
v1.0.1 - Excel Table fix (macOS)
Fix: Excel on macOS reported a content error and repaired Table parts (table1.xml / table2.xml).
Cause: tables were written with totalsRowCount=1 but without the per-column totals formulas Excel expects.
Change: the Excel Table now covers header + data rows only. The totals row is a normal styled row below the table. Table names are also kept unique across the workbook.
v1.0.0 - First release
First public release of the tool.
- Generate native .xlsx workbooks from a JSON spec
- Multi-sheet workbooks with Excel Tables, freeze panes and auto-filter
- Live formulas on columns and totals (Excel recalculates on open)
- Templates: blank, financial, report, dashboard
- Conditional formatting (data bars, color scales) and data validation
- Native charts: bar, stacked bar, line, area, pie, doughnut
- Sheet kinds: table, inputs, kpi_row, chart, matrix, notes, raw, mixed
- Single self-contained .py for Open WebUI Tools
No LibreOffice required in the Open WebUI container.