Python Forum

Full Version: open a file for noobs
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I want to open a file with a program like a "test.xlsx" with excel.
Can you help me?
if you want to work with excel files, there are several packages
http://www.python-excel.org/
https://www.xlwings.org/

you can also use more complex package like pandas