Posts by Edson Mosman • 11 points
2 posts
-
0
votes0
answers933
viewsQ: Problems with openpyxl. Open Excel File with Python
I am trying to read an Excel file but it appears this error message. Warning (from warnings module): File…
-
1
votes1
answer1363
viewsQ: import openpyxl / Modulenotfounderror: No module named 'openpyxl'
When I type in IDLE, import openpyxl, the following error message appears: Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import openpyxl ModuleNotFoundError:…