divide-csv allows you to split up a large csv data file into smaller documents that will print on a set number of pages. It will put your header line on each page
cabal install && cabal build
divide-csv
cabal configure --enable-tests && cabal build && cabal test
TODO: Write contribution instructions here