Link to home
Start Free TrialLog 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
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
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