热门标签
更多>
搜索结果
查询Tags标签: xlsxi,共有 2条记录-
【原创】3行代码搞定:Python批量实现多Excel多Sheet合并
老规矩:题目来自群友求助 输出 import pandas as pd import ospath="./Unmerge/" outfile=result.xlsx pd.concat([pd.read_excel(xlsxi, sheet_name=sheet_name) for xlsxi in [path + x for x in os.listdir(path) if x.endswith(".xlsx")]for she…
2021/10/23 12:39:39 人评论 次浏览 -
【原创】3行代码搞定:Python批量实现多Excel多Sheet合并
老规矩:题目来自群友求助 输出 import pandas as pd import ospath="./Unmerge/" outfile=result.xlsx pd.concat([pd.read_excel(xlsxi, sheet_name=sheet_name) for xlsxi in [path + x for x in os.listdir(path) if x.endswith(".xlsx")]for she…
2021/10/23 12:39:39 人评论 次浏览