Search found 3 matches

by Marz
Sat Oct 25, 2025 4:05 am
Forum: HSSFR4
Topic: Error on XLCRTDEMO
Replies: 18
Views: 358923

Re: Error on XLCRTDEMO

Hi Scott
For the JARs, in my IFS folder called POI36 I have both files - with and without dates. I downloaded them all from Maven repository.
The list:
- commons-collections-3.2.jar
- commons-compress-1.1.jar
- commons-logging-1.1.jar
- dom4j-1.6.1.jar
- jsr173_api-1.0.jar
- poi-3.6-20091214 ...
by Marz
Wed Oct 22, 2025 4:20 pm
Forum: HSSFR4
Topic: Error on XLCRTDEMO
Replies: 18
Views: 358923

Re: Error on XLCRTDEMO


This is the CLASSPATH I am currently using, and it seems to work just fine.

ADDENVVAR ENVVAR(CLASSPATH) +
VALUE('/java/poi3.6/poi-3.6-20091214.jar+
:/java/poi3.6/poi-ooxml-3.6-20091214.jar+
:/java/poi3.6/poi-ooxml-schemas-3.6-20091214.jar+
:/java/dom4j/dom4j-1.6.1.jar+
:/java/xmlbeans ...
by Marz
Wed Oct 22, 2025 4:04 pm
Forum: HSSFR4
Topic: Apache POI 3.6 - ClassPath error in XSSF mode
Replies: 5
Views: 182046

Re: Apache POI 3.6 - ClassPath error in XSSF mode

Hi,
I'm curious. Were you able to resolve the issue? I'm trying to make the POI XSSF work and seeing the same error message.
Thanks.