https://issues.apache.org/bugzilla/show_bug.cgi?id=48852
--- Comment #4 from Vasili <[email protected]> 2010-04-16 10:29:44 EDT --- I'm trying to use the most recent snapshots, as you suggested (with 3.6 I'm getting the exception even after re-saving the file). Having downloaded and after putting into the classpath: poi-3.7-SNAPSHOT-20100415.jar poi-ooxml-3.7-SNAPSHOT-20100415.jar poi-contrib-3.7-SNAPSHOT-20100416.jar I was getting exceptions (ClassNotFound) and also had to put into the classpath: poi-ooxml-schemas-3.7-SNAPSHOT-20100415.jar xmlbeans-2.3.0.jar dom4j-1.6.1.jar Now I'm getting Exception with any file, I'm trying to open (even simple Excel 97): org.apache.poi.POIXMLException: org.apache.poi.openxml4j.exceptions.InvalidFormatException: Package should contain a content type part [M1.13] at org.apache.poi.util.PackageHelper.open(PackageHelper.java:41) at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:176) at org.is.jxlpoi.JXLPOIWorkbook.getWorkbook(JXLPOIWorkbook.java:29) Do you have a suggestion? (for a particular snapshot, later than r892468, to use) thanks vasili -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
