for i in df3:
new_sheet = wb.sheets.add() new_sheet.name = i print(i)
How to loop over worksheet name in xlwings python? Cod