Skip to content

Releases: jferard/fastods

0.3.0

10 Apr 21:08
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

New Features:

  • Created an in memory ZipUTF8Writer for tests;
  • Added formulas;
  • Added Autofilter;
  • Created an Length class;
  • First step for threading;
  • Added an OdsDocument.getOrAddTable() method;

Bug fixes:

  • Examples with footer and header were not working

Misc:

  • Renamed OdsFile to OdsDocument;
  • Improved Javadoc;
  • Improved Footer and Header classes design

0.2.2

19 Jan 21:29
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

Fixed some minor issues:

  • Updated copyright date
  • Updated the example in README
  • Fixed TableCellWalker.next()

And removed an Autocloseable implementation (1.7) that made crash some 1.6 applications.

0.2.1

18 Jan 23:28
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release

Bug fix:

  • Removed fake cell style that are real data styles: no more pollution of named cell styles in LO
  • Fixed issues in file save (e.g. user can be warned when a file exists before overwrite it)

New features:

  • One can use links in text cells
  • ConfigItems are (roughly) accessible: this may need some new methods in the API

Clean up:

  • All generated files during the tests go in a specific dir
  • Examples, benchmark and profiling sources are in a "misc" dir
  • Naming: OdsFile becomes OdsDocument and OdsEntry becomes OdsElement
  • The benchmark presentation gives a synthetic presentation of the results.

0.2.0

11 Dec 11:42
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Fixed issues for style definitions destination in files (content.xml & styles.xml)
  • Added text (multiline & styles) in cells
  • New API for footer/header
  • Added a check for duplicate style definitions
  • Fixed covered-cell issue

fastods-0.1.1

16 Nov 22:51
Compare
Choose a tag to compare
fastods-0.1.1 Pre-release
Pre-release

Emergency release, see #17.

fastods-0.1.0

16 Nov 23:07
Compare
Choose a tag to compare
fastods-0.1.0 Pre-release
Pre-release
[maven-release-plugin] copy for tag fastods-0.1.0