/diffexcel

Compare the differences between two excel files

Primary LanguageC#MIT LicenseMIT

diffexcel

功能

比较两个excel文件中的数据是否相同

安装

依赖 .net core ,下载安装地址 https://dot.net/

dotnet tool install -g diffexcel

用法

diffexcel filepath1.xlsx filepath2.xlsx

卸载

dotnet tool uninstall -g diffexcel