On Mon, 28 Apr 2008, Tom Holmes Jr. wrote:
And then I get this error:
java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFCell.getRichStringCellValue()Lorg/apache/poi/hssf/usermodel/HSSFRichTextString;

You have an older version of POI somewhere on your classpath

Try outputting in your webapp something like:
   HSSFCell.class.getClassLoader().
      getResource("org/apache/poi/hssf/usermodel/HSSFCell.class").getPath()

You should get back a path to your .jar file, which my guess is actually poi 2.5.1 hiding somewhere

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to