- forked and updated for crystal 0.35.1
- I will (eventually) try to add features and PR the original repo github: Monpt7/crexcel
crexcel is a crystal library to generate XLSX files almost like this python module
Add this to your application's shard.yml
:
dependencies:
crexcel:
github: vectorselector/crexcel
require "crexcel"
Documentation is available here: https://monpt7.github.io/crexcel/
- 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