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

PositionUtil should be replaced by PositionBuilder #132

Closed jferard closed 5 years ago

jferard commented 6 years ago

E.g.

Position.builder().file(x).table(t).row(1).absolute().column(2).absolute()
-> file://x.t.$C$2