Excel对比工具
.
└── Excel文件比较工具
├── EC1
│ └── 二代信贷生产高可用环境F5
├── EC2
│ └── 信贷前置生产环境系统F5需求表
├── Excel文件比较工具
│ ├── App.config
│ ├── Common
│ │ ├── ConfigHelper.cs
│ │ ├── ConstSet.cs
│ │ ├── DirectoryHelper.cs
│ │ ├── ExcelHelper.cs
│ │ └── FileHelper.cs
│ ├── EC.ico
│ ├── Excel文件比较工具.csproj
│ ├── MainForm.Designer.cs
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ └── bin
│ ├── Debug
│ │ ├── Excel文件比较工具.EXE.config
│ │ ├── Excel文件比较工具.exe
│ │ ├── Excel文件比较工具.pdb
│ │ ├── Excel文件比较工具.vshost.exe
│ │ ├── Excel文件比较工具.vshost.exe.config
│ │ ├── Excel文件比较工具.vshost.exe.manifest
│ │ ├── ICSharpCode.SharpZipLib.dll
│ │ ├── NPOI.OOXML.dll
│ │ ├── NPOI.OOXML.xml
│ │ ├── NPOI.OpenXml4Net.dll
│ │ ├── NPOI.OpenXml4Net.xml
│ │ ├── NPOI.OpenXmlFormats.dll
│ │ ├── NPOI.dll
│ │ └── NPOI.xml
│ └── Release
├── Excel文件比较工具.EXE.config
├── Excel文件比较工具.exe
├── Excel文件比较工具.sln
├── Excel文件比较工具.v12.suo
└── Log
└── 2021-12-07_Error.log
12 directories, 36 files
评论