Tinkering with python and excel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vitor Fernandes c7b862e64e
process list
2 years ago
resources First python-excel example 2 years ago
.gitignore First python-excel example 2 years ago
README.md First python-excel example 2 years ago
process-list.py process list 2 years ago
read-pesos.py First python-excel example 2 years ago

README.md

Setup Python Environment

First go get virtualenv and after run this

virtualenv -p python3 .venv
source .venv/bin/activate

Now that you have your python environment set up install PpenPyxl

pip install openpyxl

After this is done you can run

python read-pesos.py

and should be able to see something like

~/work/balhau/python-excel|master⚡ ⇒  python read-pesos.py
['Idade', 10, 10, 10, 10, 10, 10, 11, 11, 11, 11, 11, 12, 13, 14, 15, 16]
['Peso', 40, 39, 40, 48, 40, 40, 41, 40, 42, 43, 42, 40, 50, 55, 55, 60]