/excel

Set of commands for manipulate with .xlsx files.

Primary LanguageGo

excel

Set of commands for manipulate with .xlsx files.

For more information use excel --help or excel [command] --help

Install

You need to install Golang first, next run in terminal go get github.com/rusnasonov/excel/...

Example

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 xargsexcel transform merge *.xlsx | xargs excel row count