# MergeExcel **Repository Path**: lovesan/merge-excel ## Basic Information - **Project Name**: MergeExcel - **Description**: Excel对比差异/合并 - **Primary Language**: C# - **License**: WTFPL - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-04 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 介绍 两个Excel对比差异/合并,结果保存为新EXCEL文件 自动更新xml文件在libs/Autoupdater.NET/Updatexml中 在运行目录下新建updateserver.txt,内容为更新服务器地址,如果没有此文件则不检查更新 ### 开发环境: Visudio Studio 2022 .Net Framework 4.8 ### 功能完成进度 [√] 自动更新 [√] 读取文件 [√] 配置信息保存 [x] 对比找不同 [x] 对比找相同 [x] 对比并合并 ### 第三方库 [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) [NPOI](https://github.com/nissl-lab/npoi) [Costura.Fody](https://github.com/Fody/Costura) [AutoUpdater.NET](https://github.com/ravibpatel/AutoUpdater.NET)