Goal:
I have a table with normal columns but also band columns which I want to export including a customized header.
Issue:
If there are BandColumns in my table and I use the CustomizeSheetHeader functionality the layout breaks and the output file actually looses header data because some cells get merged.
On its own both (BandColumns and CustomizeSheetHeader) work fine when exporting.
Attached you can find a fully working Blazor component which reproduces the issue as well as the output Excel file with the broken layout.