Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qrilka/xlsx
Simple and incomplete Excel file parser/writer
https://github.com/qrilka/xlsx
excel haskell xlsx
Last synced: 16 days ago
JSON representation
Simple and incomplete Excel file parser/writer
- Host: GitHub
- URL: https://github.com/qrilka/xlsx
- Owner: qrilka
- License: mit
- Created: 2012-05-07T06:35:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T09:00:47.000Z (5 months ago)
- Last Synced: 2024-09-19T11:50:59.650Z (about 2 months ago)
- Topics: excel, haskell, xlsx
- Language: Haskell
- Size: 29.7 MB
- Stars: 130
- Watchers: 9
- Forks: 63
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.markdown
- License: LICENSE
Awesome Lists containing this project
README
Xlsx
==================================[![Hackage](https://img.shields.io/hackage/v/xlsx.svg)](https://hackage.haskell.org/package/xlsx) [![Build Status](https://secure.travis-ci.org/qrilka/xlsx.svg)](http://travis-ci.org/qrilka/xlsx)
Simple xlsx parser/writer, only basic functionality at the moment
## Hacking
For all new changes please use the formatting rules provided by
the included `.stylish-haskell.yaml` file.
Older commits may still use old styling practices
but these can be overwritten where necessary.