This project simplifies and streamlines the process of creating Excel reports using the powerful Python library, XlsxWriter.
The data used in this project is fictional.
- Clone this repository.
- Create a virtual environment
virtualenv <nameofenv>
. - Activate virtualenv.
- Install the dependencies by running
pip install -r requirements.txt
. - Start the application by running
python3 -m flask run
orFLASK_APP=app.py FLASK_ENV=development python3 -m flask run
. - Run the endpoint
http://localhost:5000/generate_report
to view the application.