Releases: newcubator/jdbc-excel
Releases · newcubator/jdbc-excel
1.1.3
04 Jul 11:28
Compare
Sorry, something went wrong.
No results found
feat(*): Added Backward compatible signature
1.1.2.1
04 Jul 11:18
Compare
Sorry, something went wrong.
No results found
Added backward compatible signature
1.1.1
04 Jul 07:30
Compare
Sorry, something went wrong.
No results found
Made it possible to configure wether Hyperlinks shall be autogenerated
1.1.0
12 Apr 12:01
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Lets go for our first major version.
0.4.0
29 Mar 07:26
Compare
Sorry, something went wrong.
No results found
Update testcontainers libraries.
Move release from bintray to maven central
0.3.1
19 Jan 11:56
Compare
Sorry, something went wrong.
No results found
Fix an error where we would calculate an invalid column width for exports with very long content
0.3.0
11 Nov 10:53
Compare
Sorry, something went wrong.
No results found
Changed package structure; Changed release target
0.2.8
06 Nov 14:03
Compare
Sorry, something went wrong.
No results found
Refactored the Resizing of Columns to be less memory intensive
0.2.7
03 Nov 11:46
Compare
Sorry, something went wrong.
No results found
Improved performance and memory consumption of excel export