Questions Tagged With javahttps://answers.axonivy.com/tags/java/?type=rss&user=Raphael%20B%C3%BCrginquestions tagged <span class="tag">java</span>enWed, 05 Feb 2014 10:00:24 -0500POI conflicted xmlBeans.jarshttps://answers.axonivy.com/questions/511/poi-conflicted-xmlbeans-jars<p>Hello Community,</p> <p>I'm using poi 3.9 to generate some excel-sheets.</p> <p>The goal was to generate xlsx with XSSF. </p> <p>I created some classes and functions to write the sheet but every time when I create a new Workbook the following exception apears: XML-BEANS compiled schema: Incompatible minor version - expecting up to 23, got 24.</p> <p>The problem is that Xpert.ivy has included the xmlbeans-2.4.0.jar (in Folder XpertIvyDesigner5.0\configuration\org.eclipse.osgi\bundles\94\1.cp\lib) but poi needs xmlbeans-2.3.0.jar.</p> <p>How can I override the jar file from the ivy installation? I tried it with a direct include in my project with xmlbeans-2.3.0 and the with the full ooxml-schemas-1.1.jar. But every time it takes the 2.4.jar.</p> <p>What effects will appear when I change the jar file directly in the folder?</p> <p>At the moment I changed my code to hssf to create xls-files but sooner or later I must change the code to xssf, to generate xlsx.</p>Raphael BürginWed, 05 Feb 2014 10:00:24 -0500https://answers.axonivy.com/questions/511/poi-conflicted-xmlbeans-jarsjava