I need to process xlsx
Excel documents in an OSGi bundle, but org.apache.servicemix.bundles.poi
lacks classes to use 2007 and older formats.
I've created an OSGi bundle (jar file) with full apache poi (including ooxml
classes that are absent in official apache poi bundle). I Used this pom.
So, after some efforts I have bundle that I wanted. Now the question is how to use it with my existing bundle? How I can tell it to import what i need? In theory this pom file has <servicemix.osgi.export>
that lists namespaces to be exported, and i should be able to import them in my bundle.