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.