forked from jbarmash/grails-excel-import
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.xml
More file actions
14 lines (14 loc) · 738 Bytes
/
plugin.xml
File metadata and controls
14 lines (14 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<plugin name='excel-import' version='1.0.1' grailsVersion='2.0.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>
<type>ExcelImportGrailsPlugin</type>
<resources>
<resource>org.grails.plugins.excelimport.ExcelImportService</resource>
</resources>
</plugin>