摘要: # 导入模块 import tkinter.filedialog import os from win32com.client import Dispatch import pandas as pd import win32com.client # 转换doc文件 def replace_main( 阅读全文
posted @ 2024-05-27 23:34 AZ26 阅读(61) 评论(0) 推荐(0)
摘要: # 导入模块 from docx import Document import os from win32com.client import Dispatch import pandas as pd # 转换doc文件 def doc_to_docx(file_path): """ 将指定的doc文 阅读全文
posted @ 2024-05-27 23:34 AZ26 阅读(40) 评论(0) 推荐(0)
摘要: import tkinter.filedialog import pandas as pd import os import pdfplumber import tkinter class PdfReader: # output_file = tkinter.filedialog.asksaveas 阅读全文
posted @ 2024-05-27 23:29 AZ26 阅读(65) 评论(0) 推荐(0)
摘要: 数据处理部分 def data_handle_1(): df = pd.read_excel(os.path.join(middleware_file_path1, "家乐福未清项.xlsx"), dtype=str) print(df) # df.insert(loc=0,column="发票号码 阅读全文
posted @ 2024-05-27 21:50 AZ26 阅读(60) 评论(0) 推荐(0)