From da03f5683adb3244ef061876136c097bab4d0d2f Mon Sep 17 00:00:00 2001 From: technik Date: Thu, 5 Feb 2026 15:33:46 +0100 Subject: [PATCH] suisa-convert-acr-v4.py aktualisiert --- suisa-convert-acr-v4.py | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/suisa-convert-acr-v4.py b/suisa-convert-acr-v4.py index ad7bab9..225c2fc 100644 --- a/suisa-convert-acr-v4.py +++ b/suisa-convert-acr-v4.py @@ -1,20 +1,14 @@ #!/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. -ÄNDERUNGEN (v0.4): - • Header jetzt fett - • Sendedauer wird als **HH:MM:SS** ausgegeben (Excel interpretiert korrekt) - – für Zeiten < 1 h wird 00:MM:SS geschrieben, Excel‑Format bleibt "hh:mm:ss". +#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 ] -Usage: - python format_radio_report.py [-o ] +#Abhängigkeiten: +# pip install pandas openpyxl -Abhängigkeiten: - pip install pandas openpyxl -""" from __future__ import annotations import argparse