Spreadsheet: Difference between revisions
(overview over existing packages) |
(Category:Libraries) |
||
Line 6: | Line 6: | ||
* http://www.xoltar.org/languages/haskell.html, http://www.xoltar.org/languages/haskell/CSV.hs : Reading CSV files in a strict way | * http://www.xoltar.org/languages/haskell.html, http://www.xoltar.org/languages/haskell/CSV.hs : Reading CSV files in a strict way | ||
[[Category: | [[Category:Libraries]] |
Revision as of 18:47, 9 January 2009
It's a common task to exchange spreadsheet data in comma-separated-value files (CSV). There are various (small) projects for this task:
- spreadsheet package for reading and writing CSV files lazily
- csv package for reading and writing CSV files in a strict way
- http://www.xoltar.org/languages/haskell.html, http://www.xoltar.org/languages/haskell/CSV.hs : Reading CSV files in a strict way