On Mon, 24 Mar 2008, kfcSmitty wrote: > And I am getting the following error: > > java.lang.NoSuchMethodError: org.apache.poi.hssf.usermodel.HSSFCell: method > getRichStringCellValue()Lorg/apache/poi/hssf/usermodel/HSSFRichTextString;
You almost certainly have mis-matched poi jars. Ensure that you are using the same version of the main poi jar, and of the poi scratchpad jar > Also, could someone point me in the right direction to simply allowing > the COUNTIF function to work properly from POI to excel? Have you tried from a svn checkout / nightly build? There have been quite a few improvements to the formula parser since 3.0.2 was released Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
