Data-exporter is a Java library to export the tabular data (like List of rows) into many output formats. As of latest release, this library supports following formats.
'org.efaps:data-exporter:1.1.0'
<dependency> <groupId>org.efaps</groupId> <artifactId>data-exporter</artifactId> <version>1.1.0</version> </dependency>
<dependency org="org.efaps" name="data-exporter" rev="1.1.0"/>
"org.efaps", "data-exporter", "1.1.0"