Tables provide benefits such as:
- styling with banded rows
- quick filtering, pivot tables and slicers
- column referencing in formulas
Possible API adding as_table to to_excel:
.to_excel(..., as_table=True):
.to_excel(..., as_table={"name": "TableStyleMedium9", showRowStripes=True}): same, but with a TableStyleInfo set.