Resolve openpyxl Could Not Be Resolved from Source in Visual Studio Code on Windows - DevPops-Inc/python GitHub Wiki
• The following resolution is for if the openpyxl
module could not be resolved from the source.
•
• Expand the “Terminal” menu and select “New Terminal.”
•
• Click in the TERMINAL, type pip install openpyxl
and press the Enter key to install the openpyxl
module.
•
• Close Visual Studio Code.
•
• Browse to the previous Python file in the File Explorer and double-click it.
•
• The openpyxl.workbook
module error will be gone this time around.
•