From cec877c1df500f09b0110963104a12576e2c98f9 Mon Sep 17 00:00:00 2001 From: technik Date: Thu, 5 Feb 2026 15:35:47 +0100 Subject: [PATCH] suisa-convert-acr-v4.py aktualisiert --- suisa-convert-acr-v4.py | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/suisa-convert-acr-v4.py b/suisa-convert-acr-v4.py index 225c2fc..81ad74a 100644 --- a/suisa-convert-acr-v4.py +++ b/suisa-convert-acr-v4.py @@ -1,13 +1,11 @@ #!/usr/bin/env python3 -#Format ACRCloud CSV/XLSX reports (Radio Stadtfilter) in das SUISA‑Layout -#mit korrekter Spaltenreihenfolge, automatischer Spaltenbreite, -#Fonts/Ausrichtung und sauberem Zeitformat. -#Usage: -# python format_radio_report.py [-o ] - -#Abhängigkeiten: -# pip install pandas openpyxl +# Format ACRCloud CSV/XLSX reports (Radio Stadtfilter) in das SUISA‑Layout +# mit korrekter Spaltenreihenfolge, automatischer Spaltenbreite, +# Fonts/Ausrichtung und sauberem Zeitformat. +# Usage: python format_radio_report.py [-o ] +# Abhängigkeiten: +# pip install pandas openpyxl from __future__ import annotations