I am using Python 3.11 and installed openpyxl. When I try
openpyxl.load_workbook(),I get the auto suggestions openpyxl only. But after that when I try to use any method on the workbook, it does not give any auto suggestion in Pycharm even though openpyxl is installed and imported.
Any reason and solution to this would be really helpful.
Thanks!