会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
华小电
新随笔
管理
2021年11月21日
BadZipFile: File is not a zip file
摘要: 使用openpyxl保存数据到Excel文件报错:BadZipFile: File is not a zip file 如果保存的文件不存在,直接用pd.ExcelWriter 如果保存的文件已存在,用openpyxl.load_workbook加载已有的文件, 再使用pd.ExcelWriter
阅读全文
posted @ 2021-11-21 14:03 华小电
阅读(1397)
评论(0)
推荐(0)
编辑