excel-compare

Diff and compare Excel workbooks from the command line

brewmacoslinux
Try with needOr install directly
Source

About

Command-line tool (and API) for diffing Excel Workbooks

Commands

excel-compare

Examples

Compare two Excel files and output differences$ excel-compare file1.xlsx file2.xlsx
Compare Excel files and save results to a report$ excel-compare file1.xlsx file2.xlsx -o report.html
Compare specific sheets in Excel workbooks$ excel-compare file1.xlsx file2.xlsx --sheet1 Sheet1 --sheet2 Sheet1