Skip to content

A WIP lib in crystal to write excel files (xlsx)

License

Notifications You must be signed in to change notification settings

vectorselector/crexcel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crexcel

  • 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

Installation

Add this to your application's shard.yml:

dependencies:
  crexcel:
    github: vectorselector/crexcel

Usage

require "crexcel"

Documentation is available here: https://monpt7.github.io/crexcel/

Contributing

  1. Fork it ( https://github.com/Monpt7/crexcel/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

A WIP lib in crystal to write excel files (xlsx)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Crystal 100.0%