使用python xlwt把數據庫數據,分sheet放入一個excel

import pymysql import xlwt from datetime import datetime from math import ceil def getData(sql): # 創建數據庫連接. conn = pymysql.connect(host='127.0.0.1', user='xxx', passwd='xxx', db='xxx', port=
相關文章
相關標籤/搜索