Excel-to-Web Form Automation
Employer not named by the sourceRemote
Frontier is not the employer and does not collect applications.
About this role
Python, Data Entry, Excel, Web Scraping, Software Architecture, Web Development, Selenium, Automation · I have a data-entry page that currently has to be filled out by hand, record after record. All of the information already lives in a single-sheet Excel workbook with clear column headers, so the only thing missing is an automated bridge between the spreadsheet and the form.
I’m looking for a small, reliable script (Python + Selenium, Playwright, VBA, or anything comparably accessible) that will: • Read each row of the sheet, • Match every column to its corresponding field on the webpage, and • Submit the form in sequence until all rows are processed.
Because the spreadsheet is clean and organised, I don’t need you to build any extra validation; simple read-and-post is fine. What matters is robustness: if the page hangs, times out, or throws an unexpected message, the script should either retry gracefully or log the problem and continue with the next record so nothing stalls.
Please make sure the mapping between headers and form inputs is easy to adjust—I may rename a column later—and include brief instructions so I can point the tool at a new workbook or a staging URL without digging into the code. Well-commented source files and a short read-me are all I need for de