hledger-lib-1.40: A library providing the core functionality of hledger
Safe HaskellNone
LanguageHaskell2010

Hledger.Write.Html

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 :: [[Cell (Html ())]] -> Html () Source #