I have updated
On Thu, 16 Jun 2011, Felipe Almeida Lessa wrote:
[1] http://hackage.haskell.org/package/bytestring-csv
[2] http://hackage.haskell.org/package/csv-enumerator
[3] http://hackage.haskell.org/package/spreadsheet
[4] http://hackage.haskell.org/package/csv
[5] http://hackage.haskell.org/package/ssv
http://www.haskell.org/haskellwiki/Spreadsheet
fromString :: Char -> Char -> String -> Exceptional UserMessage TSource
fromString qm sep text
parses text
into a spreadsheet,
using the quotation character qm
and the separator character sep
.