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