[Haskell-cafe] [ANN] xls-0.1.0 Parse MS Excel spreadsheets

Harendra Kumar harendra.kumar at gmail.com
Mon Oct 17 09:24:04 UTC 2016


I have uploaded the xls package [1] on Hackage [2]. It works pretty well
for the basic use case of parsing all sheets in a single stream of rows
composed of cells. The cell values are presented as plain strings i.e. no
data type based interpretation. Such stuff can be added if required, it is
supported by the underlying C library (libxls). One thing that I would like
to have added to the API is a way to list all sheets and select sheets to
parse in a workbook. It should be pretty easy to do if anyone wants to do
it.

1. https://github.com/harendra-kumar/xls
2. https://hackage.haskell.org/package/xls

-harendra
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20161017/802a143d/attachment.html>


More information about the Haskell-Cafe mailing list