https://github.com/jehanhapugalle/excel-daybook-sync
A Python script that automates the synchronization of coupon data from multiple Excel files to an output daybook. It reads the date and checks for red text in the coupon column, then appends matching rows to an Excel output file. Utilizes openpyxl for Excel handling and python-dotenv for secure configuration management.
https://github.com/jehanhapugalle/excel-daybook-sync
excel excel-automation excelautomation python python-script
Last synced: 11 months ago
JSON representation
A Python script that automates the synchronization of coupon data from multiple Excel files to an output daybook. It reads the date and checks for red text in the coupon column, then appends matching rows to an Excel output file. Utilizes openpyxl for Excel handling and python-dotenv for secure configuration management.
- Host: GitHub
- URL: https://github.com/jehanhapugalle/excel-daybook-sync
- Owner: JehanHapugalle
- Created: 2025-04-08T17:59:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T18:34:29.000Z (about 1 year ago)
- Last Synced: 2025-04-10T02:09:58.036Z (about 1 year ago)
- Topics: excel, excel-automation, excelautomation, python, python-script
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel Daybook Synchronization
A Python script that automates the synchronization of coupon data from multiple Excel files to an output daybook. It reads the date and checks for red text in the coupon column, then appends matching rows to an Excel output file. The script also generates a summary report of validation results from each sheet, supporting manual cross-checking. Utilizes openpyxl for Excel handling and python-dotenv for secure configuration management.
## Author
Jehan Hapugalle: JehanHapugalle