python 使用 openpyxl 创建一个新 Excel 文件

28 阅读1分钟

import openpyxl wb=openpyxl.Workbook() ws=wb.active ws.title="danahahah" wb.save("哈行F屁.XLSX")