jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

Footer and header builder are incomplete #3

Closed jferard closed 7 years ago

jferard commented 7 years ago

There are two builders : RegionFooterHeaderBuilder that builds a RegionFooterHeader and SimpleFooterHeaderBuilder that builds a SimpleFooterHeader. None of them allows the user to set margins or min height.