标签:exce bsp add port family info style 新建 pytho
1、先导入import xlwt
2、步骤:新建excel:book=xlwt.Workbook()——新建页:sheet=book.add_sheet(‘页的名字‘)——新增元素:sheet.write(0,0,‘姓名‘)——保存excel:book.save(‘名字.xls‘)
标签:exce bsp add port family info style 新建 pytho
原文地址:https://www.cnblogs.com/mihoutao/p/10831030.html