Apache POI 3.6 - ClassPath error in XSSF mode

Scott Klement's open source interface to the POI HSSF/XSSF Spreadsheet Project for RPG Programmers. http://www.scottklement.com/poi/
Post Reply
jmaple79
Posts: 10
Joined: Thu Jul 29, 2021 12:27 pm

Apache POI 3.6 - ClassPath error in XSSF mode

Post by jmaple79 »

New here, so forgive me if this has all been answered once or twice.

I am trying to implement Apache POI and the HssfR4/xlparser software at the small business I work for and I am running into walls.
I am using the Apache POI 3.6 version and trying to stay as close to the instruction that Scott has in his site, in the software, etc.., but I keep getting a classpath issue when running XLCRTDEMO in XSSF mode.

I am learning Java at the same time I am trying to implement this software, so I am not above assuming that I am the idiot in this scenario. :D

Any help would be amazing.

Jason
Scott Klement
Site Admin
Posts: 636
Joined: Sun Jul 04, 2021 5:12 am

Re: Apache POI 3.6 - ClassPath error in XSSF mode

Post by Scott Klement »

Hi Jason,

Everyone is new here, I just opened up these forums yesterday :-)

Can you tell us about the problem you're having? The subject line says you're having a CLASSPATH error. Can you post the full error message?

Thanks!
jmaple79
Posts: 10
Joined: Thu Jul 29, 2021 12:27 pm

Re: Apache POI 3.6 - ClassPath error in XSSF mode

Post by jmaple79 »

Hi Scott,
I ran into a case of, I didn't know what I didn't know. I was able to get the Apache POI 3.6 and Your matching software talking to each other. I have another question though and I will post in a different forum.
Post Reply