How to Install excel-compare on Mac using Brew
Package Information:
Name: excel-compare
Use: ExcelCompare is a command line tool (coming soon API) to diff Excel / Open document (ods) (Open office, Libre office) spreadsheets.
URL: https://github.com/na-ka-na/ExcelCompare
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, Execute
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install excel-compare using brew
brew install excel-compare
excel-compare is ready to use now!