xls
xls copied to clipboard
Haskell Library to Parse MS Excel (.xls format)
Is there any fundamental reason that the decodeXls functions need to use IO to parse an xls file? In my use case I would like to decouple the parsing logic...
Not sure if this is a configuration issue with the Stackage build environment, but this started happening: ``` Building library for xls-0.1.3.. [1 of 1] Compiling Data.Xls /var/stackage/work/unpack-dir/unpacked/xls-0.1.3-1cb62e5139d27625581742b671f5db2518b01989fc5e59c910ef11363845eb65/In file included...
Currently we just process all the sheets in a workbook which is not a desirable behavior. Different sheets might have different content which is to be processed differently. We can...