Thank you very much, Charlie!
Unfortunately, something else went wrong. I am on a macbook, but I believe this should not be the problem. Maybe because I am just starting with python, I still have difficulty in understanding how it works.
After following your tips, I got:
In: wb
Out: <openpyxl.workbook.Workbook at 0x1110deb90>
I don`t know what it means. I tried:
wb['A1']
And I got:
raise KeyError("Worksheet {0} does not exist.".format(key))
KeyError: 'Worksheet A1 does not exist.'
Do you have any idea about what went wrong?
Thanks for your patience! Anyway, the excel test file I am trying to load is attached, just in case you feel like looking at it.
Spider is a Scientific Python Development Environment (a shell, I would say) from Anaconda, a Python package. I will study it deeper to learn how to update it as you suggest.
Thank you very much again!