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 ...