# merge_excel **Repository Path**: 12581/merge_excel ## Basic Information - **Project Name**: merge_excel - **Description**: 工具可以实现自动合并多个excel数据到一个excel - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2023-04-07 - **Last Updated**: 2023-04-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 工具下载地址:https://pan.baidu.com/s/10ay_9swQIYK--WdgseTz0Q 提取码: rq6c 使用说明: 1、下载编译好的“自动合并excel工具”压缩包解压后即可使用 2、把需要合并的所有表格复制到input文件下 3、运行合并.exe 4、合并完成后会在output文件下生成合并结果文件 工具源码已上传至github,好用的话记得给星哦! 源码地址:https://github.com/vebys/merge_excel 源码使用说明: 1、源码在src文件夹中 2、所需依赖包已经freeze到requirement.txt中,直接通过pip install -r requirement.txt即可安装