refs #11 - Error running a jasper report - solved exporting to excel

This commit is contained in:
Carlos Ruiz 2011-05-26 18:17:57 -05:00
parent 5a42be42a5
commit 429c8fb908
1 changed files with 5 additions and 1 deletions

View File

@ -204,4 +204,8 @@ Import-Package: com.lowagie.text,
org.apache.commons.codec.binary;version="1.3.0",
org.apache.commons.collections,
org.apache.commons.logging;version="1.1.1",
org.apache.commons.logging.impl;version="1.1.1"
org.apache.commons.logging.impl;version="1.1.1",
org.apache.poi.hssf.usermodel;version="3.7.0",
org.apache.poi.hssf.util;version="3.7.0",
org.apache.poi.ss.usermodel;version="3.7.0",
org.apache.poi.ss.util;version="3.7.0"