Add autofilter to all Excel report sheets
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -103,6 +103,7 @@ def format_ws(ws, df):
|
|||||||
cell.hyperlink = REQUEST_URL_TEMPLATE.format(cell.value)
|
cell.hyperlink = REQUEST_URL_TEMPLATE.format(cell.value)
|
||||||
cell.font = link_font
|
cell.font = link_font
|
||||||
ws.freeze_panes = "A2"
|
ws.freeze_panes = "A2"
|
||||||
|
ws.auto_filter.ref = ws.dimensions
|
||||||
|
|
||||||
|
|
||||||
# ==================== 1️⃣ LOAD AGENDA (API) ====================
|
# ==================== 1️⃣ LOAD AGENDA (API) ====================
|
||||||
|
|||||||
Reference in New Issue
Block a user