Set of commands for manipulate with .xlsx
files.
For more information use excel --help
or excel [command] --help
You need to install Golang first, next run in terminal go get github.com/rusnasonov/excel/...
Merge files into one — excel transform merge *.xlsx
Count rows — excel row count myFile.xlsx
Get rows slice — excel row slice --from 2 --to 10 myFile.xlsx
Combine with xargs — excel transform merge *.xlsx | xargs excel row count