Are there facilities for generating nicely formatted reports from Haskell, perhaps like the Java report generation tools?
I am mostly interested in nice tabular output from a data analysis, like the things that Jasper does. I suppose one approach is to generate eth appropriate Jasper XML (JRXML) from Haskell, and then process that. Any good experiences or recommendations in this area appreciated.
>From Python there are Excel interfaces to have Excel do the formatting, is there a similar API from Haskell?
-------------------------------------------