Skip to content

Releases: newcubator/jdbc-excel

1.1.3

04 Jul 11:28

Choose a tag to compare

feat(*): Added Backward compatible signature

1.1.2.1

04 Jul 11:18

Choose a tag to compare

Added backward compatible signature

1.1.1

04 Jul 07:30
dbfcb91

Choose a tag to compare

Made it possible to configure wether Hyperlinks shall be autogenerated

1.1.0

12 Apr 12:01
634725b

Choose a tag to compare

This release covers the feature of inserting a hint text at the top of the tab.

You can use the following functions of the ExcelTab interface to create a tab with a hint text:

ExcelTab ofSql(String sql, String hintText);

ExcelTab ofSql(String sql, List<Object> parameters, String hintText);

ExcelTab of(String name, String sql, String hintText);

ExcelTab of(String name, String sql, List<Object> parameters, String hintText);

This is a completely backwards-compatible change.

1.0.0

29 Mar 13:43
5dc58c9

Choose a tag to compare

Lets go for our first major version.

0.4.0

29 Mar 07:26
e3a060f

Choose a tag to compare

  • Update testcontainers libraries.
  • Move release from bintray to maven central

0.3.1

19 Jan 11:56
661f032

Choose a tag to compare

Fix an error where we would calculate an invalid column width for exports with very long content

0.3.0

11 Nov 10:53
28ff52a

Choose a tag to compare

Changed package structure; Changed release target

0.2.8

06 Nov 14:03
2bcc64e

Choose a tag to compare

Refactored the Resizing of Columns to be less memory intensive

0.2.7

03 Nov 11:46
1cc6e29

Choose a tag to compare

  • Improved performance and memory consumption of excel export