Quantcast
Channel: Java Programming Forum - Learn Java Programming - Apache POI
Viewing all articles
Browse latest Browse all 120

Need working example of Poi-ooxml for osgi bundle

$
0
0
Hello ,

I am working on stream based excel in order to export large excel file so we are using poi-ooxml jar . We need to create osgi bundle and we deploy the created bundle inside apache Karaf . But when I tried to wrap ooxml jar and deploy , it did not allow me to deploy my main application as it gives few dependency missing error and when I wrapped poi too , it started giving me classDefnotFoundError as it tries to find the classes in poi jar itself while it should actually search in poi-ooxml jar .

Can you please help me with the working example . It would be a big help !!!

Thanks ,
Nirmit

Viewing all articles
Browse latest Browse all 120

Trending Articles