Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.