java - POI3.9 XSLFTable issue in Linux -


i'm using apache poi 3.9 (java api work msoffice documents) generate power point slide (pptx) file. works fine when execute in windows machine not in linux machine. table creation using xslftable inside ppt slide causing issue. suggested in other forum tried including poi3.9 jars along ooxml-schemas-1.1.jar (full version - around 14mb). i've tried excluding poi-ooxml-schemas.jar among jars. nothing seems working. pptx getting generated when try open file, says "file has been corrupted". if comment out "table creation set of code", pptx file opening perfectly.

can throw highlight on issue? change should make in list of jars added?

edited: jars added are:

commons-codec-1.5.jar, commons-logging-1.1.jar, dom4j-1.6.1.jar, junit-3.8.1.jar, log4j-1.2.13.jar, ooxml-schemas-1.1.jar, poi-3.9-20121203.jar, poi-excelant-3.9-20121203.jar, poi-ooxml-3.9-20121203.jar, poi-ooxml-schemas-3.9-20121203.jar, poi-scratchpad-3.9-20121203.jar, stax-api-1.0.1.jar, xmlbeans-2.3.0.jar

with above list of jars, table creation in pptx slide working fine in windows m/c. have copied same set of jars linux machine. facing issue in opening ppt

can help?


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -

javascript - addthis share facebook and google+ url -