摘要: 相关链接:https://pypi.org/project/xltpl/ from xltpl.writerx import BookWriter def fix_info_excel(): """填充xxx信息的excel表格""" writer = BookWriter('./xxx信息表.xl 阅读全文
posted @ 2020-04-26 17:38 砚台是黑的 阅读(1965) 评论(0) 推荐(0) 编辑
摘要: 相关链接:https://openpyxl.readthedocs.io/en/stable/index.html https://blog.csdn.net/weixin_38883338/article/details/98733734 from openpyxl import load_wor 阅读全文
posted @ 2020-04-26 17:20 砚台是黑的 阅读(1462) 评论(0) 推荐(0) 编辑
摘要: 链接地址:https://www.cnblogs.com/iamjianghao/p/10826297.html # coding:utf-8 import xlrd from xlutils.copy import copy def fix_excel(index, name, infos): # 阅读全文
posted @ 2020-04-26 09:57 砚台是黑的 阅读(711) 评论(0) 推荐(0) 编辑