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

Flushers are not used #157

Closed jferard closed 5 years ago

jferard commented 5 years ago

OdsElements.flushRows and OdsElements.flushTables only appear in tests.

jferard commented 5 years ago

Warning: there are two kinds of flush: flush POJO to an appendable (a zip writer) is different from an async flush (send to the appender the order to flush).