I need a small, dependable tool that will take the daily Excel files I receive and push their contents straight into my existing register, which stores five columns—Date, Description, Ref No., Amount, and Status. At the moment I copy-paste each line by hand; I want that step gone. Here’s what matters most to me: once a new spreadsheet lands in the designated folder, the script—or lightweight app, I’m open to either—should read the file, map each column to the correct field, and add the records automatically. I update these sheets every day, so the solution must run on a daily schedule (Windows Task Scheduler or a cron job is fine by me) without any manual trigger. Helpful extras would be basic error handling for malformed rows and a simple log that tells me how many entries were processed and whether anything failed. If you can keep the setup no-install or single-click for future machines, even better. Deliverables • Working script/executable that ingests daily Excel files and inserts records into the register • Configuration or README explaining folder paths, dependencies, and how to change the schedule • A brief test run using the two sample lines I included above to prove the data lands exactly where it should I’m ready to get started as soon as you can outline your preferred language or platform and the time you’ll need.