This commit is contained in:
2026-02-25 09:46:59 +08:00
parent a0845a8169
commit e00fa3e0ad
19 changed files with 5373 additions and 1491 deletions
@@ -21,8 +21,8 @@ class Main:
FORMID1 = "FORM-33666CB1XDU37AU57RKPK990C79S2YMOEEC8LS" # [表单]异常服务跟进待办2023
# 读取excel表格
df = pd.read_excel(r"C:\Users\hp_z66\Desktop\钉钉文件\(流程)续约服务流程_20260129144824.xlsx",
sheet_name='Sheet1', dtype='string', header=1) # 此处将表头设置为了第二行
df = pd.read_excel(r"C:\Users\hp_z66\OneDrive\Desktop\钉钉文件\2026-1回访已回访.xlsx",
sheet_name='Sheet5', dtype='string', header=1) # 此处将表头设置为了第二行
df.fillna('', inplace=True)
@staticmethod
@@ -28,7 +28,7 @@ class Main:
# 读取excel表格获取数据
ceshi_data = pd.read_excel(r"C:\Users\hp_z66\Desktop\钉钉文件\2025-12回访导入.xlsx",sheet_name='7天节点且联系上(自动同意)')
ceshi_data = pd.read_excel(r"C:\Users\hp_z66\OneDrive\Desktop\钉钉文件\2026-1回访已回访.xlsx",sheet_name='7天')
print("已读取表格")
# 执行自动化脚本