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

jasper plugin

  • Tags : report, jasper, xml, pdf, csv
  • Latest : 1.6.1
  • Last Updated: 19 May 2013
  • Grails version : 1.3.0 > *
20 votes

6% of Grails users

This plugin adds easy support for launching jasper reports from GSP pages. After installing this plugin, run your application and request (app-url)/jasper/demo for a demonstration and instructions. Read more

Dependency :
compile ":jasper:1.6.1"

Documentation Source Issues

Export Plugin

  • Tags : report, xml, pdf, csv, rtf, ods, export
  • Latest : 1.5
  • Last Updated: 19 May 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