2020
09-29
09-29
python3 使用openpyxl将mysql数据写入xlsx的操作
编程的生活愈发不容易了,工作越来越难找,说多了都是泪还是给大家贡献些代码比较实际。python3链接数据库需要下载名为pymysql的第三方库python3读写xlsx需要下载名为openpyxl的第三方库在此我只贡献链接数据库和写入xlsx的代码importpymysql.cursorsfromfj.utilimportloggerfromopenpyxlimportWorkbookfromopenpyxl.compatimportrangefromopenpyxl.utilsimportget_column_letter#链接数据库的游标connect=pymy...
继续阅读 >