Or even better, I found this article on evaluating formulas on the Apache
website:
https://poi.apache.org/spreadsheet/eval.html
I'll see if I can adapt it to some RPG prototypes, because I get annoyed
being asked to save changes whenever I open a spreadsheet with formulas.
From: Darren Strong <darren@xxxxxxxxx>
To: "RPG programming on the IBM i \(AS/400 and iSeries\)"
<rpg400-l@xxxxxxxxxxxx>
Date: 04/07/2016 08:26 AM
Subject: RE: XLS from RPGLE
Sent by: "RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx>
One other thing I'd try, and I'm sorry I can't test it myself, but if you
can calculate the value yourself, write that value with something like the
ss_num() function, and then write the ss_formula to the same cell. I
wonder if you that might simulate what Excel normally does, by putting a
value and a formula there.
As far as creating java prototypes, I've found a lot of help using RDi. It
has a java method generator, so that if you navigate to the correct .jar
file, and find the method within, it creates the prototypes and call
example for you. Knowing which .jar and navigating the hundreds of
functions is not trivial I admit, but the POI website javadoc helps tell me
where to go. To access the method generator in RDi, you need to have a
RPGLE source open, and select Source->New->Java Method Call
--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at
http://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.