摘要:
import os import smtplib import logging from report_system.utils import excel_util from report_system.utils import style_util from email import encoders from email.header import Header from email.mim... 阅读全文
posted @ 2019-05-07 16:08
伏地僧
阅读(460)
评论(0)
推荐(0)
摘要:
import os import logging from logging.handlers import RotatingFileHandler import platform platform_ = platform.system() is_win = is_linux = is_mac = False if platform_ == "Windows": is_win = Tr... 阅读全文
posted @ 2019-05-07 16:05
伏地僧
阅读(174)
评论(0)
推荐(0)
摘要:
import platform # 查看系统类型 platform_ = platform.system() is_win = is_linux = is_mac = False if platform_ == "Windows": is_win = True elif platform_ == "Linux": is_linux = True elif platform_ ... 阅读全文
posted @ 2019-05-07 16:03
伏地僧
阅读(1303)
评论(0)
推荐(0)
摘要:
以上就是pandas.DataFrame 二级标题to_excel() 添加颜色的demo 大家可以自行根据不同需求修改 主要注意 阅读全文
posted @ 2019-05-07 15:57
伏地僧
阅读(8236)
评论(0)
推荐(0)

浙公网安备 33010602011771号