摘要:
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 阅读全文
摘要:
book = xlwt.Workbook(encoding='utf-8') sheet_index = book.add_sheet('首页') style = xlwt.XFStyle() # 创建一个样式对象,初始化样式 al = xlwt.Alignment() al.horz = 0x02 阅读全文