On Mon, 15 Sep 2008, Davanagere, Nagaraj wrote:
I tried with poi-jdk14-3.5-beta1-20080718.jar and now I get a different
exception.
(I am trying to parse a file with .xlsm type )

Is .xlsm a new, ooxml file? If so, you'll need to upgrade to java 1.5. POI currently supports java 1.4 for the older OLE2 documents, but to parse the new ooxml ones various dependencies are java 1.5 only. So, for XSSF (to parse .xlsx files and similar), you need to be using java 1.5, the normal (non -jdk14-) jar, and the -ooxml- jar (+ dependencies)

Nick

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

Reply via email to