Excel Import Data Entry Pages

Заказчик: AI | Опубликовано: 17.01.2026

I’m putting together a small web module where I can upload an Excel (.xlsx or .xls) file and have its text-only contents land cleanly in a backend table. What I need from you is a set of user-friendly data-entry pages that handle the entire flow: file selection, server-side parsing, simple validation (e.g., empty cells, duplicate rows) and a confirmation screen that shows what will be saved before I commit it. You’re free to choose the stack you’re most comfortable with—PHP + MySQL, Python (Django or Flask), Node.js, even a low-code approach—so long as the final pages let me: • upload an Excel file up to 10 MB • map or automatically detect column headers • preview the parsed text rows • approve, then write them into a relational table I can query later Once everything is stored, a basic “view records” page with search and pagination will wrap things up nicely. Deliverables: 1. Clean, responsive upload & preview pages with the above flow 2. Database script or migration for the target table 3. Brief README covering setup and any libraries used (e.g., pandas, SheetJS, PHPSpreadsheet) Acceptance criteria: I can drop an Excel file containing text, click through the preview, press “Save,” and immediately see the new rows in the listing view with no errors. If this sounds straightforward to you, let’s get started—I’d like to have the first working draft within a week.