Upload an excel file and store its contents to a MySQL database using Python-Flask.
- Python
- Pip
- Flask
- xlrd
- mysql.connector
- MySQL
- Xampp (or similar application)
Download Python from official website. Install the dependencies and start the server.
$ pip install pip
$ pip install Flask
$ pip install xlrd
$ pip install mysql-connector-pythonStart Xampp or MySQL server application
$ python main.pyGo to your localhost to see the app running.