@hackage spreadsheet0.1.1
Read and write spreadsheets from and to CSV files in a lazy way
Categories
License
BSD-3-Clause
Maintainer
Henning Thielemann <haskell@henning-thielemann.de>
Links
Versions
Installation
Dependencies (4)
- base >=2 && <5
- explicit-exception >=0.1 && <0.2
- transformers >=0.2 && <0.3
- utility-ht >=0.0.2 && <0.1 Show all…
Dependents (7)
@hackage/mbox-utility, @hackage/acme-everything, @hackage/pandoc-placetable, @hackage/car-pool, @hackage/cutter, @hackage/csv-to-qif, Show all…
Package Flags
splitbase
(on by default)
Choose the new smaller, split-up base package.
buildtests
(off by default)
Build test executables
Read and write spreadsheets from and to CSV files in a lazy way.
See also the csv package on Hackage and
http://www.xoltar.org/languages/haskell.html,
http://www.xoltar.org/languages/haskell/CSV.hs.
Both do not parse lazy.
Reading from other source than plain Strings could be easily added.