Plugins You can find out about all the publicly available Grails plugins.

Export Plugin

  • Tags : report, xml, pdf, csv, rtf, ods, export
  • Latest : 1.5
  • Last Updated: 10 June 2013
  • Grails version : 1.3 > *
32 votes

11% of Grails users

This plugin offers export functionality supporting different formats e.g. CSV, Excel, Open Document Spreadsheet, PDF and XML and can be extended to add additional formats. Read more

Dependency :
compile ":export:1.5"

Documentation

Excel, Excel 2007 & CSV Importer Using Apache POI

11 votes

4% of Grails users

Excel-Import plugin uses Apache POI http://poi.apache.org/ library (v 3.7) to parse Excel files. It's useful for either bootstrapping data, or when you want to allow your users to enter some data using Excel spreadsheets. Read more

Dependency :
compile ":excel-import:1.0.0"

Documentation Source Issues