<div dir="ltr">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.<div><br></div><div>1. <a href="https://github.com/harendra-kumar/xls">https://github.com/harendra-kumar/xls</a><br></div><div>2. <a href="https://hackage.haskell.org/package/xls">https://hackage.haskell.org/package/xls</a><br></div><div><br></div><div>-harendra</div></div>