On Mon, 8 Aug 2011, Shreyaswini wrote:
Exception is thrown when i try to create a work book of the type
SXSSFWorkbook with the code:
SXSSFWorkbook workBook = new SXSSFWorkbook();
OR
Workbook workBook = new SXSSFWorkbook();

Both the above object creations the following error.

org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet XSSFExcelServlet threw exception
java.lang.NoClassDefFoundError: org/apache/poi/ss/formula/udf/UDFFinder
at org.apache.poi.xssf.streaming.SXSSFWorkbook.(SXSSFWorkbook.java:53)

Looks like you have an older copy of the POI jar kicking around on your classpath too. See the FAQ <http://poi.apache.org/faq.html#faq-N10006> for details on how to locate the extra jar

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to