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

Examples with footer and header are not working #62

Closed jferard closed 7 years ago

jferard commented 7 years ago

OdsFileWithHeaderAndFooterCreationTest and OdsFileWithHeaderAndFooterCreationWithFlushTest don't work. The first gives a blank spreadsheet in LO. The second gives an error in content.xml, 1,3526(row,col).

jferard commented 7 years ago

Two bugs: one in test file and one with empty tables. Fixed