Getting the following error when trying to embed an excel document into a PPTX. Any thoughts?
2014-06-25 11:23:38,854 ERROR [h] Missing OLE template: NIL
java.io.IOException: com/plutext/ole/templates/NIL not found via classloader.
at com.plutext.ole.d.c.a(c.java:3)
at com.plutext.ole.h.a(h.java:14)
at com.plutext.ole.OleHelperPptx.a(OleHelperPptx.java:40)
at com.plutext.ole.OleHelperPptx.embed(OleHelperPptx.java:17)
at com.jnj.eesus.optimizer.service.analysisv2.product.totalSpend.PowerPointGenerator.generatePowerPoint(PowerPointGenerator.java:105)
at com.jnj.eesus.optimizer.service.analysisv2.product.totalSpend.PowerPointGenerator.main(PowerPointGenerator.java:46)
com.plutext.ole.OLEException: Missing OLE template: NIL2014-06-25 11:23:38,857 ERROR [OleHelperPptx] Missing OLE template: NIL
com.plutext.ole.OLEException: Missing OLE template: NIL
at com.plutext.ole.h.a(h.java:78)
at com.plutext.ole.OleHelperPptx.a(OleHelperPptx.java:40)
at com.plutext.ole.OleHelperPptx.embed(OleHelperPptx.java:17)
at com.jnj.eesus.optimizer.service.analysisv2.product.totalSpend.PowerPointGenerator.generatePowerPoint(PowerPointGenerator.java:105)
at com.jnj.eesus.optimizer.service.analysisv2.product.totalSpend.PowerPointGenerator.main(PowerPointGenerator.java:46)
at com.plutext.ole.h.a(h.java:78)
at com.plutext.ole.OleHelperPptx.a(OleHelperPptx.java:40)
at com.plutext.ole.OleHelperPptx.embed(OleHelperPptx.java:17) ...