On Mon, 21 May 2012, jancy.thangarasu wrote:
But am not getting what tried wrong,Correct me..

There's a fairly major hint in the stacktrace you posted...

But Throwing the following error
Exception in thread "main" java.lang.NoClassDefFoundError:
org/dom4j/DocumentException

You haven't included all of the dependencies, specifically dom4j

http://poi.apache.org/overview.html#components lists all the dependencies of all of the different POI components. If you use Maven they'll be downloaded for you, if you use the binary download then they're all included in there

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to