suisa-convert-acr-v4.py aktualisiert
This commit is contained in:
@@ -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 <input.xlsx> [-o <output.xlsx>]
|
||||
|
||||
Usage:
|
||||
python format_radio_report.py <input.xlsx> [-o <output.xlsx>]
|
||||
#Abhängigkeiten:
|
||||
# pip install pandas openpyxl
|
||||
|
||||
Abhängigkeiten:
|
||||
pip install pandas openpyxl
|
||||
"""
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
|
||||
Reference in New Issue
Block a user