Hi,

Some time back I wrote a small Haskell library to parse the old MS excel format (.xls). There were libraries to parse ".xlsx" but there was none for ".xls". I uploaded it on github (https://github.com/harendra-kumar/xls) so that others looking for something similar can find and use it.

-harendra