Releases: jferard/fastods
Releases · jferard/fastods
0.3.0
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
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
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
becomesOdsDocument
andOdsEntry
becomesOdsElement
- The benchmark presentation gives a synthetic presentation of the results.
0.2.0
- 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
Emergency release, see #17.
fastods-0.1.0
[maven-release-plugin] copy for tag fastods-0.1.0