SODS Versions Save

A simple Java library for handle ODS (Open Document Spreadsheet, compatible with Excel and Libreoffice)

v1.6.7

4 months ago

Hot fix release:

  • Duplicated cells values in files generated by SODS when read by Microsoft Excel (#85)
  • Duplicated rows are not correctly read by SODS (#86)

v1.6.6

5 months ago

Hotfix release:

  • Saving the spreadsheet using a non-file output stream corrupt the file for Excel #82 @MinMatth-Magi

v1.6.5

5 months ago

Hotfix release:

  • Empty string values in files when read by Excel (#82)

v1.6.4

7 months ago

Bug fixing release:

  • Cell that contains value is not interpreted #79. It returns a null value instead of the cell content.

v1.6.3

8 months ago

Hotfix release:

  • Remove reflection usages (#76) in order to improve the compatibility with GraalVM native builds @mrm1st3r
  • Fix SODS compatibility with alternative XML implementations (like JBoss EAP). Look into #77 @tan9
  • Refactor code related around the xml generation of ODS files #80 @tan9

v1.6.2

10 months ago

Hotfix release:

  • Fix that col width is not written if other col props are set #73 @LoadingByte
  • Fix null pointer exception with Currency equals #75 @adn35350

v1.6.0

10 months ago

New release.

  • Allows to set a default column style (#71) @LoadingByte
  • Fix error with line breaks (#65) @LoadingByte
  • Fix error with date formatting (#66) @LoadingByte
  • Add the possibility of add custom files into the Spreadsheet (like macros for exaple). Requested in the issue #58 but it's only available for ODS generation.

v1.5.4

1 year ago

Tiny-hotfix release

  • Fix issue with non-bmp characters in text (#64)

v1.5.3

1 year ago

Hot fix release:

  • Regression bug #55 , LibreOffice complains about corrupted file. This has been fixed.
  • Fixed an error #57 , where currencies were corrupted if they had more than 3 digits.

This version won't have JAR artifacts for download. I looked into the statistics and around 99% of the downloads are made by the Maven Central Repository, it's pointless to me generate JAR files since almost not one uses them. Dropping this requirement allows me to automate more parts of version generation.

v1.5.2

1 year ago

Bug fix release:

  • Fixed an edge case loading ODS files, where a row could be corrupted with duplicated data (issue #49 ).
  • Files generated by Microsoft Excel does not provide a currency type field. This caused SODS to crash for files with currencies (thanks @adn35350) https://github.com/miachm/SODS/pull/48