Python Forum
open a file for noobs - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: open a file for noobs (/thread-18714.html)



open a file for noobs - jhn - May-28-2019

Hello
I want to open a file with a program like a "test.xlsx" with excel.
Can you help me?


RE: open a file for noobs - buran - May-28-2019

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