Grails

Working with Excel Import Plugin

In a use case, I needed to import excel spreadsheet and save the data in the database, that was when I came across grails' excel import plugin. All I had to do was install the plugin and start using it. No Fuss. I created a class in my src/groovy folder [groovy] import org.grails.plugins.excelimport.* class StudentImportXLS extends...

by Sachin
Tag: excel import plugin
14-Oct-2010