Any progress on this? I've attempted to use org.apache.servicemix.bundles:org.apache.servicemix.bundles.poi:3.9_2
But no joy opening an xlsx document java.lang.ClassNotFoundException: org.openxmlformats.schemas.spreadsheetml.x2006.main.CTSheet not found by org.apache.servicemix.bundles.poi Looking at the manifest for org.apache.servicemix.bundles.poi It does not import packages from org.openxmlformats... So that must be the problem. I also tried to individually wrap the poi, poi-ooxml and poi-ooxml-schemas jars, however there is a package clash between poi and poi-ooxml jars, so it's not an option. So the pre-bundled org.apache.servicemix.bundles.poi is the only way poi can be used from service mix. I will have a go at updating the bundled poi package -- View this message in context: http://servicemix.396122.n5.nabble.com/Issues-with-POI-bundle-poi-ooxml-schemas-tp5717761p5722146.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
