Safe Haskell | None |
---|---|
Language | Haskell2010 |
Hledger.Write.Html.Blaze
Description
HTML writing helpers using blaze-html.
Synopsis
- styledTableHtml :: Lines border => [[Cell border Html]] -> Html
- formatRow :: Lines border => [Cell border Html] -> Html
- formatCell :: Lines border => Cell border Html -> Html
Documentation
styledTableHtml :: Lines border => [[Cell border Html]] -> Html Source #
Export spreadsheet table data as HTML table. This is derived from https://hackage.haskell.org/package/classify-frog-0.2.4.3/src/src/Spreadsheet/Format.hs
formatCell :: Lines border => Cell border Html -> Html Source #