脚本
This commit is contained in:
@@ -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("已读取表格")
|
||||
|
||||
# 执行自动化脚本
|
||||
|
||||
Reference in New Issue
Block a user