Developer
954e564318
添加程序图标和UI图标功能
...
1. 程序窗体显示app.ico图标
2. 两个浏览按钮使用app.ico图标显示
3. 添加错误处理,图标加载失败时回退到文字显示
4. 优化编译输出,减少终端窗口显示
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:43:07 +08:00
Developer
f65c902d40
移除EPPlus 4.x版本不支持的LicenseContext代码
...
EPPlus 4.5.3.3版本不存在LicenseContext属性,该属性是5.0+版本新增的
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:23:42 +08:00
Developer
403eae8211
修复.NET Framework 4.8兼容性问题
...
- 添加必要的using引用(System, System.Windows.Forms, System.Drawing等)
- 修复Program.cs中的ApplicationConfiguration.Initialize()为.NET Framework兼容方法
- 简化System.Data.DataTable和System.Data.DataRow类型引用
- 解决Win7兼容性编译错误问题
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 14:23:05 +08:00
Developer
1dffb81325
实现Excel合并工具功能
...
- 添加EPPlus NuGet包用于Excel文件处理
- 设计完整的UI界面(文件夹选择、按钮、进度条、日志显示)
- 实现Excel文件合并核心逻辑,支持多个xlsx文件合并
- 添加错误处理和进度跟踪功能
- 提供用户友好的操作界面和提示信息
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 12:10:18 +08:00
7abace1d8a
添加项目文件。
2025-11-20 11:10:53 +08:00