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