Skip to content

Releases: peterbecker/xls-utils

0.8

20 Apr 23:39
Compare
Choose a tag to compare

This release does not change any functionality, but it brings the Kotlin version up to 2.1.20 (from a pre-2 version) and updates various dependencies.

0.7

14 Aug 15:25
Compare
Choose a tag to compare
0.7

This release adds the ability to set cell values using any data type the underlying POI library can handle.

In addition to the existing support for boolean and number values, the following have been added:

  • date classes (Date, Calendar, LocalDate and LocalDateTime)
  • rich text strings

0.6.1

30 Jun 08:40
Compare
Choose a tag to compare

This version has no functional changes, it updates a number of dependencies and moves the publishing to Maven Central.

Being hosted on Maven Central means that it is no longer necessary to add a dedicated source repository to use this library.

0.6

07 Nov 21:51
Compare
Choose a tag to compare
0.6

Initial release, currently not yet set up to publish on Maven Central. The binary bundle is functional, and you can find the Maven packages published on GitHub.