Link to home
Create AccountLog in
Avatar of allelopath
allelopath

asked on

Apache POI Source problem

I've downloaded the source for Apache POI 3.8 beta3:
http://repo1.maven.org/maven2/org/apache/poi/poi/3.8-beta3/poi-3.8-beta3-sources.jar

It seems to be missing files, e.g.:
import org.apache.poi.openxml4j.exceptions.InvalidFormatException;
import org.apache.poi.ss.usermodel.WorkbookFactory;
import org.apache.poi.xssf.usermodel.XSSFWorkbook;

Are these files in another jar?
ASKER CERTIFIED SOLUTION
Avatar of for_yan
for_yan
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of allelopath
allelopath

ASKER

Thanks for showing me the jarvana site, pretty handy.

The answer here is that I needed the poi-ooxml jar