https://github.com/halfdan/xlsxtream
A fast, streaming XLSX Spreadsheet Writer for Crystal
https://github.com/halfdan/xlsxtream
Last synced: 5 months ago
JSON representation
A fast, streaming XLSX Spreadsheet Writer for Crystal
- Host: GitHub
- URL: https://github.com/halfdan/xlsxtream
- Owner: halfdan
- License: mit
- Created: 2020-01-01T17:25:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T08:58:01.000Z (about 6 years ago)
- Last Synced: 2024-12-28T12:16:02.658Z (about 1 year ago)
- Language: Crystal
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlsxtream
TODO: Write a description here
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
xlsxtream:
github: halfdan/xlsxtream
```
2. Run `shards install`
## Usage
```crystal
require "xlsxtream"
```
TODO: Write usage instructions here
## Development
TODO: Write development instructions here
## Contributing
1. Fork it ()
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
- [Fabian Becker](https://github.com/halfdan) - creator and maintainer