You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably best to make wb = ActiveWorkbook() or wb = Workbook.active() as otherwise `wb = Workbook(r'path\to\file.xls') would have to have an additional Parameter which makes it clunky.
Probably best to make
wb = ActiveWorkbook()orwb = Workbook.active()as otherwise `wb = Workbook(r'path\to\file.xls') would have to have an additional Parameter which makes it clunky.