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.
'com.brsanthu:data-exporter:1.0.4'
<dependency> <groupId>com.brsanthu</groupId> <artifactId>data-exporter</artifactId> <version>1.0.4</version> </dependency>
<dependency org="com.brsanthu" name="data-exporter" rev="1.0.4"/>
"com.brsanthu", "data-exporter", "1.0.4"