Xlgrep
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'xlgrep'
And then execute:
$ bundle
Or install it yourself as:
$ gem install xlgrep
Usage
$ xlgrep --help
xlgrep scans your spreadsheet files for EXCEL, OpenOffice, Google spreadsheets, Excelx, LibreOffice and CSV
Usage:
xlgrep <keyword> <filenames>+
OR xlgrep [options] <filenames>+
where [options] are:
--regexp, -r <s>: use ruby Regexp
--json, -j: use json validator
--version, -v: Print version and exit
--help, -h: Show this message
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request