diff --git a/40 agenda a požadavky/Report_AgendaPozadavky.py b/40 agenda a požadavky/Report_AgendaPozadavky.py index 9edb6c9..35fd17a 100644 --- a/40 agenda a požadavky/Report_AgendaPozadavky.py +++ b/40 agenda a požadavky/Report_AgendaPozadavky.py @@ -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) ====================