摘要: 根据错误可以看出,没有执行成功的原因是"%Y年%m月%d日 %H时%M分%S秒"中包含了中文,中文没有转化为unicode编码失败的。 首先我们先来了解下strftime() Python time strftime()方法 描述 Python time strftime() 函数接收以时间元组,并 阅读全文
posted @ 2021-04-27 12:03 你的小鱼鱼呀 阅读(686) 评论(0) 推荐(0)
摘要: Python添加excel图片报错:ImportError: You must install Pillow to fetch image objects 今天在研究openpyxl处理excel,添加图片的过程报错了,报错如下: 解决办法:在cmd窗口下输入:pip install pillow 阅读全文
posted @ 2021-04-23 17:52 你的小鱼鱼呀 阅读(1739) 评论(0) 推荐(0)
摘要: 1、 安装 pip install openpyxl 想要在文件中插入图片文件,需要安装pillow,安装文件:PIL-fork-1.1.7.win-amd64-py2.7.exe · font(字体类):字号、字体颜色、下划线等 · fill(填充类):颜色等 · border(边框类):设置单元 阅读全文
posted @ 2021-04-20 17:45 你的小鱼鱼呀 阅读(544) 评论(0) 推荐(0)