tabular: Two-dimensional data tables with rendering functions

[ bsd3, library, text ] [ Propose Tags ]

Tabular provides a Haskell representation of two-dimensional data tables, the kind that you might find in a spreadsheet or or a research report. It also comes with some default rendering functions for turning those tables into ASCII art, simple text with an arbitrary delimiter, CSV, HTML or LaTeX.

Below is an example of the kind of output this library produces. The tabular package can group rows and columns, each group having one of three separators (no line, single line, double line) between its members.

    || memtest 1 | memtest 2 ||  time test  | time test 2
====++===========+===========++=============+============
A 1 ||       hog |  terrible ||        slow |      slower
A 2 ||       pig |   not bad ||        fast |     slowest
----++-----------+-----------++-------------+------------
B 1 ||      good |     awful || intolerable |    bearable
B 2 ||    better | no chance ||    crawling |     amazing
B 3 ||       meh |   well... ||  worst ever |          ok

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.1.0.1, 0.1.0.2, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.2.2, 0.2.2.3, 0.2.2.4, 0.2.2.5, 0.2.2.6, 0.2.2.7, 0.2.2.8
Dependencies base (>=2.1 && <5), csv (>=0.1 && <0.2), html (>=1.0 && <2.0), mtl (>=1 && <2.3) [details]
License BSD-3-Clause
Author Eric Kow
Maintainer Eric Kow <eric.kow@gmail.com>
Category Text
Home page http://hub.darcs.net/kowey/tabular
Source repo head: darcs get http://hub.darcs.net/kowey/tabular
Uploaded by EricKow at 2015-02-26T09:28:20Z
Distributions Arch:0.2.2.8, Debian:0.2.2.7, Fedora:0.2.2.8, LTSHaskell:0.2.2.8, NixOS:0.2.2.8, Stackage:0.2.2.8, openSUSE:0.2.2.8
Reverse Dependencies 6 direct, 7 indirect [details]
Downloads 16267 total (98 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-02-26 [all 1 reports]