On Wed, 25 Mar 2009, Swati Phulari wrote:
java.lang.NoSuchMethodError: isCellDateFormatted

in 99% of cases, a java.lang.NoSuchMethodError or method signature error when using poi means either:
1) you have two versions of poi on your classpath
2) you compiled against one version of poi, and the version you're trying
   to run against is very different (we tend to offer only limited binary
   compatibility, the rest is just recompile level compatibility)

Nick

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

Reply via email to