Thank you very much for your answer Nick. In fact there was basically a parsing pb, my formula was "$\'SheetName\'.F130". The parser doesn't accept this grammar. I replaced it by "SheetName!F130" that works fine.
Concerning compilation, I already rebuilt the whole project, but the pb persists. 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. Thank you again for your answer, and congratulations for your hard work on POI for many years now. Thy ----- Original Message ----- From: "Nick Burch" <[EMAIL PROTECTED]> To: "POI Users List" <[email protected]> Sent: Monday, July 21, 2008 10:40 AM Subject: Re: FormulaParser$FormulaParseException not found > On Sat, 19 Jul 2008, Thierry Morel wrote: > > So I downloaded some more recent build, alpha, betas up to the very last > > 3.5. With every recent builds I found, I have this execution error : > > java.lang.ClassNotFoundException: org.apache.poi.hssf.model.FormulaParser$FormulaParseException > > Try re-compiling your application before using it with poi 3.5. A few > things have changed slightly, and while the java compiler can handle these > fine, the run time linker tends to be a bit more useless :( > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
