This commit is contained in:
2026-04-24 11:02:10 +02:00
parent 20ffb8705b
commit 9eb34e2fbc
3 changed files with 35 additions and 25 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -8,7 +8,7 @@ from openpyxl.utils import get_column_letter
from datetime import date, datetime from datetime import date, datetime
# Paths # Paths
src_dir = "U:/janssen/Covance_UCO3001/" src_dir = os.path.dirname(os.path.abspath(__file__)) + "/"
out_dir = "U:/Dropbox/!!!Days/Downloads Z230/" out_dir = "U:/Dropbox/!!!Days/Downloads Z230/"
# Find source files # Find source files