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

Make `RowCellWalker` fluent #195

Open jferard opened 4 years ago

jferard commented 4 years ago

...and add firstmethod.

All methods should return this (except has....

jferard commented 4 years ago

Same goes for RowCellWalker.

jferard commented 3 years ago

The main issue with this idea is that the interface RowCellWalker won't inherit from TableCell anymore: TableCell methods do not return anything, while the corresponding RowCellWalker methods would return this. I make this an unplanned issue.