from openpyxl import Workbook #pip install openpyxl workbook = Workbook() workbook.save("Hello.xlsx")