EE-excel
You need to do some stuff to get this up and running
- this is using python 3, should be minor work on convert backwards to python 2
- you’ll need to have requests, flask, openpyxl installed
- create an
uploadsdirectory - set debug to
False pip3 install -r requirements.txtexport FLASK_ENV=productionchomod +x startup.sh
then run it
./startup.sh
or you can use docker
docker build -t ee-excel .docker run -d -p 4000:4000 ee-excel