[Python Debugging] IndexError: list index out of range when Using Openpyxl
Error
I was working on my mini project called Schedulize, and an error occured while loading a workbook using openpyxl.
def create_excel_file(self):
wb = load_workbook(self.file_path) # IndexError: list index out of range
ws = wb.active
...
jaylog.hashnode.dev1 min read