crexcel
crexcel is a crystal library to generate XLSX files almost like this python module
Important note : this library only works with the master branch of Crystal for the moment. 0.24.2 version doesn't work but I hope 0.24.3 will!
Installation
Add this to your application's shard.yml
:
dependencies:
crexcel:
github: Monpt7/crexcel
Usage
require "crexcel"
A very tiny doc is available here : https://monpt7.github.io/crexcel/
Contributing
- Fork it ( https://github.com/Monpt7/crexcel/fork )
- 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 a new Pull Request
Contributors
- Monpt7 - creator, maintainer