On Mon, 21 Jul 2008, Thierry Morel wrote:
I was thinking about a Manifest.mf file lack, but your's is empty. Notice that I include the POI jar in to my own jar by unzipping and jar-ing again. This always has worked fine up to now... but I didn't have parsing pbs ... The worst is all classes are correctly linked, but the FormulaParseException.

org.apache.poi.hssf.model.FormulaParser.FormulaParseException is present in poi 3.5, and hasn't been changed. (I'd mis-remembered, and it's a different bit you might need to re-compile for)

I'm tempted to say there's either something wrong with your packaging, or you have an older version of poi kicking about on your classpath

See the first question on the faq - http://poi.apache.org/faq.html - it's probably worth you trying that with the formula parser class, and the exception, and checking it all comes from the right place

Nick

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

Reply via email to