installing OpenPyXl - Welcome to python-forum.io
https://python-forum.io/thread-7853.html28.01.2018 · from openpyxl import workbook And the next line is good. It is >>> so now I type wb = Workbook() But the response is Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'Workbook' is not defined Is this a bug, or is the problem that I should have done something else (such as actually stating: wb = abc.xlsx ?