Skip to content

Releases: miachm/SODS

v1.6.7

22 Dec 04:31
483231d
Compare
Choose a tag to compare

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

07 Dec 15:20
79c66d8
Compare
Choose a tag to compare

Hotfix release:

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

v1.6.5

05 Dec 17:04
854f608
Compare
Choose a tag to compare

Hotfix release:

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

v1.6.4

22 Sep 16:19
a132e0c
Compare
Choose a tag to compare

Bug fixing release:

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

v1.6.3

13 Sep 17:20
839cc09
Compare
Choose a tag to compare

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

17 Jul 12:27
3f8e014
Compare
Choose a tag to compare

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

13 Jul 19:51
9ce8c7b
Compare
Choose a tag to compare

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

10 Apr 11:01
cdc3f34
Compare
Choose a tag to compare

Tiny-hotfix release

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

v1.5.3

27 Mar 21:02
6ec023d
Compare
Choose a tag to compare

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

19 Nov 14:17
25108e7
Compare
Choose a tag to compare

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)
    #48