摘要: sql_module_base = f""" SELECT COUNT(distinct id,date_format(creat_time, '%Y-%m_%d %H:%M')) as count, shift, MIN( creat_time ) as creat_time, YEAR ( cr 阅读全文
posted @ 2021-02-09 15:57 pythoner_wl 阅读(46) 评论(0) 推荐(0) 编辑
摘要: book = xlwt.Workbook(encoding='utf-8') sheet_index = book.add_sheet('首页') style = xlwt.XFStyle() # 创建一个样式对象,初始化样式 al = xlwt.Alignment() al.horz = 0x02 阅读全文
posted @ 2021-02-09 15:29 pythoner_wl 阅读(86) 评论(0) 推荐(0) 编辑