代码 1234567891011121314151617181920212223242526272829303132import pandas as pdimport os# excel文件的路径excel_path = '...
一个处理excel文件的工具
需求分析上传excel文件,读取获得时间,比较时间获取单据是否超时.将判断结果回写到excel中 使用Tkinter作为GUI,pandas读取写入excel,datetime比较时间 环境12OS: ManjaroIDE: PyCh...