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