A simple project written in python that converts xls and xlsx files formats in pdf, json and csv formats.
- Python
- Flask
- start a virtual env:
python -m virtualenv .
source ./bash/activate
Or using a shell like fish (my personal case)
source ./bin/activate.fish
- Install the packages described in the requirements.txt:
pip install -r requirements.txt
- Set the flask global variable
export FLASK_APP=app
- Start the application
flask run