Releases: newcubator/jdbc-excel
Releases · newcubator/jdbc-excel
1.1.3
1.1.2.1
1.1.1
1.1.0
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
0.4.0
0.3.1
Fix an error where we would calculate an invalid column width for exports with very long content
0.3.0
0.2.8
0.2.7
- Improved performance and memory consumption of excel export