~\python-for-excel-1st-edition\excel.py in read(sheet, first_cell, last_cell)
124 return data
125 else:
--> 126 raise TypeError(f"Couldn't handle sheet of type {type(sheet)}")
127
128
TypeError: Couldn't handle sheet of type <class 'pyxlsb.worksheet.Worksheet'>