Reputation: 23
I want to import excel file in my application there is a plugin for this operation in grails, that plugin is not supporting my version of grails 1.3.7 can anyone give me yo valuable solution for my prob?
Upvotes: 2
Views: 3076
Reputation: 391
The grails excel importer 1.0 works only with 2.0. For grails 1.3.7 use version 0.9.5. For this run the install plugin command as grails install-plugin excel-import 0.9.5. We also ran into problem for the joda-time dependencies. So we installed joda-time 1.2 plugin as well.
Upvotes: 1
Reputation: 2479
We have successfully used http://grails.org/plugin/excel-import plugin with Grails 1.3.7. Let us know if you run into any issue with that plugin
Upvotes: 0
Reputation: 14187
Updated:
The grails plugins SVN has multiple tags for this plugin, including versions compatible with 1.3.x
Upvotes: 1