ExcelFunctions
Reverse engineered versions of some Excel functions This gem can be used if you need to reverse engineer any excel spreadsheets. Use the functions here to convert excel formulae into ruby code easily
Installation
Add this line to your application's Gemfile:
gem 'excel_functions'
And then execute:
$ bundle
Or install it yourself as:
$ gem install excel_functions
Usage
This gem can be used in 2 ways.
- Include
ExcelFunctionsmodule in the class that needs it and use its functions - Use the
Excel.<function>style anywhere.
TODO
- more docs about the functions themselves, for now, you can take a look at the code
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