Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trying to write to Excel spreadsheet from RPG program 1

Status
Not open for further replies.

pgmr30

Programmer
Nov 24, 2009
3
0
0
US
I am trying to write to Excel spreadsheet from RPG program using code from Scott Clement article. POI Jar files that I downloaded are 3.5, not 3.1 that Scott used. I am getting error message:
Java exception "java.lang.UnsupportedClassVersionError:
org/apache/poi/hssf/usermodel/HSSFWorkbook" when calling method "<init>"
with signature "()V" in class "org.apache.poi.hssf.usermodel.HSSFWorkbook"
I know very little java. What can I do to fix it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top