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

Hledger.Write.Html.Lucid

Description

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

Documentation

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

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

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