File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33Tool export query in CSV and XLS / XLSX format
44
5- As of version 0.2.0 apache poi 4.1.2 is used
5+ As of version 0.2.0 only java 1.8+ is supported and apache poi 4.1.2 is used
Original file line number Diff line number Diff line change 2020
2121 <properties >
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23- <maven .compiler.target>1.7 </maven .compiler.target>
24- <maven .compiler.source>1.7 </maven .compiler.source>
23+ <maven .compiler.target>1.8 </maven .compiler.target>
24+ <maven .compiler.source>1.8 </maven .compiler.source>
2525 <!-- libraries versions -->
26- <fj-version >0.4.6 </fj-version >
26+ <fj-version >0.7.4.8 </fj-version >
2727 <opencsv-version >4.6</opencsv-version >
2828 <poi-version >4.1.2</poi-version >
2929 </properties >
You can’t perform that action at this time.
0 commit comments