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
_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

Reply via email to