目录一、使用xlrd读取excel二、使用xlrd + xlutils写入数据三、使用xlwt设置样式常见问题1.PermissionError2.NotImplementedError3.Excel无法打开文件”xxx.xlsx” 简介 库 主要功能 支持excel xlrd 读取excel .xls 和 .xlsx xlwt 写入excel(缺点:只能写入全新excel,不能再原有的excel上追加内容) .xls xlutils 结合xlrd使用,实现读写excel .xls 和 .xlsx (保存只能用.xls) 一、使用xlrd读取excel impor