摘要: dbconn=pymysql.connect( host="rm-.mysql.rds.aliyuncs.com", database="nde", user="linr", password="deai$", port=3306, charset='utf8' ) uids = ['eTRxekV 阅读全文
posted @ 2021-08-05 14:35 pythoner_wl 阅读(905) 评论(0) 推荐(0) 编辑
摘要: import xlwt import pandas as pd class Excel_style: """excel表格样式类""" def __init__(self, font_heigh): self.font_heigh = font_heigh # 字体大小:磅 @property de 阅读全文
posted @ 2021-08-05 14:01 pythoner_wl 阅读(1449) 评论(0) 推荐(0) 编辑
摘要: 【Bug】ValueError: row index was 65536, not allowed by .xls format 行数达到上限,改成 to_csv ValueError: row index was 5, not allowed by .xls format 发现 5 根本不是行数上 阅读全文
posted @ 2021-08-05 13:57 pythoner_wl 阅读(386) 评论(0) 推荐(0) 编辑