Thanks for your reply Nick. I am using POI 3.0.2 Final in Eclipse, so they're not mix matched. I do have other POI jar's in a directory in my classpath, but I have been unable to delete them to date. Could those be causing the issue?
As for the SVN, could you link me? I used one [i]once[/i] before, but I admit I am unfamiliar with the technology. Would the nightly build basically put me in an alpha or beta phase while using POI? The programs I am developing will be used in a production environment so I would rather stick with the Final versions if that is the case. Nick Burch wrote: > > 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] > > > -- View this message in context: http://www.nabble.com/HSSFFormulaEvaluator-tp16255683p16258313.html Sent from the POI - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
