# excel-batch **Repository Path**: xrlnewman/excel-batch ## Basic Information - **Project Name**: excel-batch - **Description**: Excel 批处理工具 - 两表 join 合并/差异对比/按列拆分,Electron 桌面应用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-28 - **Last Updated**: 2026-05-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Excel Batch Excel 批处理工具,Electron Windows 桌面应用。本地处理,不上传文件。 ## 功能 - **合并 (Join)**:两个 Excel 按 key 列做 inner / left / outer join,合成一张表 - **找差异**:两个 Excel 按主键列对比,输出 3 个 sheet(仅 A 有 / 仅 B 有 / 主键相同但其它字段不同) - **拆分**:单表按某列分组,每组导出为一个 sheet 或一个独立 .xlsx 文件 ## 开发 ```bash git clone https://gitee.com/xrlnewman/excel-batch.git cd excel-batch npm install npm start ``` ## 打包 ```bash ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/ ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/ npm run build ``` ## 技术栈 - Electron 33 - SheetJS (xlsx) ## License MIT © xrlnewman