Skip to content

Releases: ianustec/openwebui-generate-spreadsheets

v1.0.1 - Excel Table fix (macOS)

Choose a tag to compare

@ianustec ianustec released this 19 Jul 06:11

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

Choose a tag to compare

@ianustec ianustec released this 18 Jul 11:20

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.