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
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
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
6 votes
6% of Grails users
The Grails CSV Plugin allows you to easily parse and consume CSV data from a number of input sources. It
supports complex parsing scenarios such as nested commas inside quotes, escaped tokens, multi-line quoted
values and allows configuration of parsing options (separator char, escape char, text encoding, etc). It is
based on Glen Smith (et. al.)'s OpenCSV project (http://opencsv.sourceforge.net)
This plugin adds two dynamic methods 'eachCsvLine' and 'toCsvReader' to each of the following classe...
Read more
Dependency :
compile ":csv:0.3.1"
Documentation