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

Move utility methods in a separate class #6

Closed jferard closed 7 years ago

jferard commented 7 years ago

The four setCell...InAllTables methods in OdsFile class are out of place. They should be placed in a "tool" class and take OdsFile as an argument.

jferard commented 7 years ago

See https://github.com/jferard/fastods/issues/10 for light design (three methods).

jferard commented 7 years ago

Done.