摘要:
def write_excel(): f = xlwt.Workbook() sheet1 = f.add_sheet(u'sheet1', cell_overwrite_ok=True) row0 = [u'业务', u'状态', u'北京', u'上海', u'广州', u'深圳', u'状态小计', u'合计'] column0 = [u'机票', u'船票... 阅读全文
posted @ 2019-02-20 17:22
jackpod
阅读(167)
评论(0)
推荐(0)
浙公网安备 33010602011771号