Add autofilter to all Excel report sheets

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 18:29:37 +01:00
parent d783882cf6
commit aa5bc3d3c8

View File

@@ -103,6 +103,7 @@ def format_ws(ws, df):
cell.hyperlink = REQUEST_URL_TEMPLATE.format(cell.value)
cell.font = link_font
ws.freeze_panes = "A2"
ws.auto_filter.ref = ws.dimensions
# ==================== 1⃣ LOAD AGENDA (API) ====================