Apr-21-2026, 04:19 PM
Hello,
I installed openpyxl using pip install openpyxl, but I’m running into issues when trying to use it.
In my script, import openpyxl is flagged by Pylance as "openpyxl is not accessed". When I run the script, I get the following error:
ModuleNotFoundError: No module named 'openpyxl'
Please advise.
Thanks.
Dee
I installed openpyxl using pip install openpyxl, but I’m running into issues when trying to use it.
In my script, import openpyxl is flagged by Pylance as "openpyxl is not accessed". When I run the script, I get the following error:
ModuleNotFoundError: No module named 'openpyxl'
Please advise.
Thanks.
Dee
