× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



As far as I can tell, POI 3.12 works great at 7.1 with the Java 1.626 32 bit JVM. Some adjustments to the necessary jars though. Here is my classpath and other environment variables:

ADDENVVAR ENVVAR(CLASSPATH) +
VALUE('+
/java/poi-3.12/poi-3.12-20150511.jar:+
/java/poi-3.12/poi-ooxml-3.12-20150511.jar:+
/java/poi-3.12/poi-ooxml-schemas-3.12-20150511.jar:+
/java/poi-3.12/lib/commons-codec-1.9.jar:+
/java/poi-3.12/lib/commons-logging-1.1.3.jar:+
/java/poi-3.12/lib/log4j-1.2.17:+
/java/poi-3.12/ooxml-lib/xmlbeans-2.6.0.jar:+
/java/xlparse36/xlparse.jar:+
') LEVEL(*JOB) REPLACE(*YES)
ADDENVVAR ENVVAR(QIBM_RPG_JAVA_PROPERTIES) +
VALUE('-Djava.awt.headless=true;-Dos400.awt.native+
=true;') REPLACE(*YES)
ADDENVVAR ENVVAR(JAVA_HOME) +
VALUE('/QOpenSys/QIBM/ProdData/JavaVM/jdk626/32bit'+
) REPLACE(*YES)

BTW, RPGMail works nicely with this as well with the addition of the rpgmail and javamail jars.

I did make a few additions to the HSSF header file and service program if anyone is interested. I added several additional prototypes (sometimes just to the ss namespace, sometimes to both ss and hssf), and a few procedures including a border drawing procedure so you don't have to explicitly define a million styles just to get sane borders around your cells.

Mark Murphy
STAR BASE Consulting, Inc.
mmurphy@xxxxxxxxxxxxxxx

As an Amazon Associate we earn from qualifying purchases.

This thread ...


Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.