Columnify
The columnify
gem helps you easily render Excel files through your controller actions with ease.
Table of contents
Installing Columnify
You need to include the columnify
gem inside your Gemfile
:
gem 'columnify', '~> 0.0.1'
or you can install the latest build:
gem 'columnify', git: 'https://github.com/kurenn/columnify.git'
Install the gem by running the bundle command:
$ bundle install
After running the bundle
command, you can now run the installer.
$ rails g columnify:install
This will just register the xls
mime type inside the config/initializers/mime_types.rb
file.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/kurenn/columnify. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
License
The gem is available as open source under the terms of the MIT License.
Code of Conduct
Everyone interacting in the Columnify project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.