Excel to MySQL Data Migration: A Python program to migrate data from an Excel file to a MySQL database. FastAPI Application: A FastAPI service to view tables and their data from a MySQL database. This ...
In this project i have designed a webapp which will take an Excel file, Database Name, Table name as an input from user and update that excel data into the MySQL database at backend.