forked from jbarmash/grails-excel-import
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.xml
More file actions
15 lines (15 loc) · 695 Bytes
/
plugin.xml
File metadata and controls
15 lines (15 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<plugin name='excel-import' version='0.9.1' grailsVersion='1.3.0 > *'>
<author>Jean Barmash, Oleksiy Symonenko</author>
<authorEmail>Jean.Barmash@gmail.com</authorEmail>
<title>Excel, Excel 2007 & CSV Importer Using Apache POI</title>
<description>\
Excel-Import plugin uses Apache POI [http://poi.apache.org/] library (v 3.6) 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.
</description>
<documentation>http://grails.org/plugin/excel-import</documentation>
<resources>
<resource>BuildConfig</resource>
</resources>
<dependencies />
<behavior />
</plugin>