摘要: 1 # xlsxwtiter 2 try: 3 output = BytesIO() 4 wb = xlsxwriter.Workbook(output) 5 sheet = wb.add_worksheet('audit-sheet') 6 head_cell_xf = wb.add_format({ 7 'font_name': 'SimSun', 8 'bold': True, 9 'tex 阅读全文
posted @ 2019-09-26 11:31 傲娇的小怪兽啊 阅读(389) 评论(0) 推荐(0) 编辑