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
35 stars 6 forks source link

Create a "cold" TableBuilder #228

Open jferard opened 3 years ago

jferard commented 3 years ago

The class TableCellBuilder begins to be bloated. Shapes, forms, validations are not usual elements. Maybe a ColdTableBuilder could embed these elements.