A gem that makes SheetJS/xlsjs available to the Rails asset pipeline.
Add this line to your application's Gemfile:
gem 'js-xls-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install js-xls-rails
Add the following to any JavaScript file:
//= require xls
The gem version number tracks SheetJS/xlsjs's version number.
- 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