# ExcelMerger **Repository Path**: liuxiu9527/ExcelMerger ## Basic Information - **Project Name**: ExcelMerger - **Description**: 以每行第一列为唯一id,Merge Excel不同分支Excel文件,方便游戏策划合并表。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 10 - **Forks**: 6 - **Created**: 2016-07-07 - **Last Updated**: 2023-11-08 ## Categories & Tags **Categories**: excel-utils **Tags**: None ## README #ExcelMerger HOME: http://git.oschina.net/kylescript/ExcelMerger ###depends python 2.7.11(32bit) + Windows 10 x64 + PyQt4-4.11.4-gpl-Py2.7-Qt4.8.7-x32.exe pip list: pip (9.0.1) py2exe-py2 (0.6.9) pypiwin32 (219) setuptools (32.1.0) xlrd (1.0.0) ###原理描述 1. 将excel中每一行当成一个最小单元,以每行第一列id作为索引 2. 本工具不支持文件列发生变化(增加或者减少),会直接报错误,跳过此文件 3. 根据工作流分为提取差异阶段,合入分支阶段