1f79b231d2
RFC 4180, "The common Format and MIME Type for Comma-Separated Values (CSV) Files". This format is used, among many other things, as a lingua franca for spreadsheets, and for certain web services. WWW: http://hackage.haskell.org/package/csv PR: ports/159689 Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
6 lines
314 B
Text
6 lines
314 B
Text
This library parses and dumps documents that are formatted according to
|
|
RFC 4180, "The common Format and MIME Type for Comma-Separated Values
|
|
(CSV) Files". This format is used, among many other things, as a lingua
|
|
franca for spreadsheets, and for certain web services.
|
|
|
|
WWW: http://hackage.haskell.org/package/csv
|