Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 608 Bytes

Automate-Excel-With-Python

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.

To use

  1. Clone this repository.
  2. Create a virtual environment virtualenv <nameofenv>.
  3. Activate virtualenv.
  4. Install the dependencies by running pip install -r requirements.txt.
  5. Start the application by running python3 -m flask run or FLASK_APP=app.py FLASK_ENV=development python3 -m flask run.
  6. Run the endpoint http://localhost:5000/generate_report to view the application.