Thanks Nick,,,
Creating an Excel Spreadsheet from an RPGILE program on an AS/400.
Maybe this will help. On my AS/400, I have installed JAVA Developer Kit
version 1.3 (5722-JV1, opt 5) and
OS/400 - System Openness Includes (5722-SS1, opt 13). I have downloaded
the POI 3.7 Bin to the ISERIES
in /QIBM/userdata/Java400/ext directory.
The systeminetwork directed me to create an object definition called a
"constructor", HSSF_H, and a Java
Utility Routine HSSFR4. I figured that these needed to be compiled on the
400, but they will not. So, I decided
to write a simple Create Excel Program in RPGILE that simply says "Hello
World" in one cell. See attachment.
Upon the compile, I am getting the following error messages:
*RNF7031 HSSF_HEADER_TIME A(1024) 2927D
VARYING
PROTOTYPE
*RNF7031 HSSF_MERGE PROTOTYPE 2675D
*RNF7031 HSSF_NEWSHEET O(*JAVA: 2649D
org.apache.poi.h+)
PROTOTYPE
*RNF7031 HSSF_NUM PROTOTYPE 2745D
Thanks for the help,,,,
.
Nick Burch <[email protected]>
11/14/2011 12:30 PM
Please respond to
"POI Users List" <[email protected]>
To
POI Users List <[email protected]>
cc
Subject
Re: Just getting started need help,,,
On Mon, 14 Nov 2011, [email protected] wrote:
> Trying to create an Excel Spreadsheet from RPG. Just starting and need
> help. Down loaded POI 3.7. Created an HSSF_H and HSSFR4 ILE code. I
> figure that these need to be compiled in order to use them, but they
> will not compile. Getting Error Code RNF3788.
I've no idea what you mean with HSSF_H nor HSSFR4, and I've never seen POI
produce the error code RNF3788. My hunch is that you're not using POI
directly in Java, is that correct? If so, you'll likely want to explain
more about what language you're calling POI from, and what environment,
and hope someone knows it well enough to help
If you can simply use regular Java, then the Quick Guide and HowTo on the
website should cover you:
http://poi.apache.org/spreadsheet/index.html
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]