We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1f16f commit a4cd5b4Copy full SHA for a4cd5b4
README.md
@@ -1,2 +1,5 @@
1
# query-export-tool
2
-Tool export query in CSV (and in the furutre other) formats
+
3
+Tool export query in CSV and XLS / XLSX format
4
5
+As of version 0.2.0 apache poi 4.1.2 is used
pom.xml
@@ -5,7 +5,7 @@
<groupId>org.fugerit.java</groupId>
6
<artifactId>query-export-tool</artifactId>
7
8
- <version>0.1.10</version>
+ <version>0.2.0</version>
9
<packaging>jar</packaging>
10
11
<name>query-export-tool</name>
0 commit comments