- If the first level of the tree is a leaf,
accounting-table
doesn't walk it correctly.
- Can pass through a custom
:min-leaf-depth
key totree
(replaces binding a dynamic var in earlier versions).
- Total rows were not always being displayed correctly for trees
- More flexible tree rendering/aggregation
- Replaced lots of redundant tree code with a
walk
function
- PDF generation
- Nicer readme, roadmap & tests
- Pulled this code out of an accounting project I was working on as its own library.
- Already had
- Clojure data wrapper over Apache POI.
- Tree/table/cell specifications.
- Excel sheet writing.