This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Description
In order to prepare/to export a large column ResultSet e.g. to Excel, it would be nice to have inbuilt functionality to
a) detect empty columns like getListOfEmptyColumns() where strings are "" and numbers are 0 and dates are like -1.
b) ready made action to get rid of those empty columns like removeEmptyColumns()