1.0.0 • Published 1 year ago

diff-excel v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

diff-excel

NPM Version NPM Downloads

CLI tool to show difference in two excel files row by row

Install

npm i -g diff-excel

Usage

If you run it with -h parameters you'll see help:

❯ diff-excel --help
Usage: diff-excel [options]

Options:
  -V, --version               output the version number
  -l, --left <string>         left excel file
  -r, --right <string>        right excel file
  -s, --sheet <string>        sheet name to compare data from
  -c, --columns <columns...>  optional, columns to compare rows by
  -h, --help                  display help for command

License

MIT