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

Improve examples #146

Closed jferard closed 5 years ago

jferard commented 5 years ago

There's no current doc, only a good (I hope) Javadoc. That means that the examples in https://github.com/jferard/fastods/tree/master/fastods/src/test/java/com/github/jferard/fastods/it are the only doc at the moment.

Theses examples should be more interesting, and decoupled from the integration tests.

A multiplication table would be a good example.

jferard commented 5 years ago

See https://github.com/jferard/fastods/tree/master/fastods-examples/src/main/java/com/github/jferard/fastods/examples.

Provides the base bricks of the tutorial but misses so far some nice examples like a multiplication table or (why not?) a periodic table of elements.