会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
你的小鱼鱼呀
博客园
首页
新随笔
联系
订阅
管理
2021年4月27日
Openpyxl:strftime()方法报错UnicodeEncodeError: 'locale' codec can't encode character '\u5e74' in position 2: encoding error
摘要: 根据错误可以看出,没有执行成功的原因是"%Y年%m月%d日 %H时%M分%S秒"中包含了中文,中文没有转化为unicode编码失败的。 首先我们先来了解下strftime() Python time strftime()方法 描述 Python time strftime() 函数接收以时间元组,并
阅读全文
posted @ 2021-04-27 12:03 你的小鱼鱼呀
阅读(686)
评论(0)
推荐(0)
2021年4月23日
Python添加excel图片报错:ImportError: You must install Pillow to fetch image objects
摘要: 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)
2021年4月20日
python操作Excel模块openpyxl
摘要: 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)
公告