Skip to content

This is a tutorial on how to generated an excel workbook with python.

Notifications You must be signed in to change notification settings

BBimie/Automate-Excel-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This is a tutorial on how to generated an excel workbook with python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages