专题文章
时长:00:00更新时间:2020-11-27 14:23:58
xlwt官网上的实例展示:from time import *from xlwt.Workbook import *from xlwt.Style import *style = XFStyle() wb = Workbook() ws0 = wb.add_sheet('0') colcount = 200 + 1rowcount = 6000 + 1t0 = time()print("\nstart: %s" % ctime(t0))print("Fil
查看详情