Name | Modified | Size | Downloads / Week |
---|---|---|---|
ExcelTaglib.jar | 2011-02-22 | 12.4 kB | |
README.txt | 2011-02-03 | 322 Bytes | |
Totals: 2 Items | 12.7 kB | 1 |
1) Place ExcelTaglib.jar in your /WEB-INF/lib 2) Add the reference in web.xml: <taglib> <taglib-uri>http://digamma.ch/taglib/excel.tld</taglib-uri> <taglib-location>/WEB-INF/excel.tld</taglib-location> </taglib> 3) Download the Apache POI library version 3.7 and place it in your WEB-INF/lib 4) Enjoy :) !