hledger-lib-1.42.1: A library providing the core functionality of hledger
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hledger.Write.Html.Blaze

Description

HTML writing helpers using blaze-html.

Synopsis

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

formatRow :: Lines border => [Cell border Html] -> Html Source #

formatCell :: Lines border => Cell border Html -> Html Source #