I have installed openpyxl through pip.
openpyxl package is present in below path
..\AppData\Local\Programs\Python\Python36-32\Lib\site-packages
I am using pycharm
In my code if I type
import openpyxl
openpyxl is highlighted with red color. If we move the cursor over openpyxl.Given below message is displayed
NO MODULE NAMED OPENPYXL
If I run the code ,I get the below error
import openpyxl ModuleNotFoundError: No module named 'openpyxl'