This commit is contained in:
2026-04-09 10:19:09 +08:00
parent eaf83c6f85
commit cc445c405a
25 changed files with 8165 additions and 3155 deletions
@@ -21,8 +21,8 @@ class Main:
FORMID1 = "FORM-33666CB1XDU37AU57RKPK990C79S2YMOEEC8LS" # [表单]异常服务跟进待办2023
# 读取excel表格
df = pd.read_excel(r"C:\Users\hp_z66\OneDrive\Desktop\钉钉文件\2026-1回访已回访.xlsx",
sheet_name='Sheet5', dtype='string', header=1) # 此处将表头设置为了第二行
df = pd.read_excel(r"C:\Users\hp_z66\OneDrive\Desktop\钉钉文件\2026-3已导入.xlsx",
sheet_name='刷数据(注意部分字段替换)', dtype='string', header=1) # 此处将表头设置为了第二行
df.fillna('', inplace=True)
@staticmethod