Hello Community, I'm using poi 3.9 to generate some excel-sheets. The goal was to generate xlsx with XSSF. 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. 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. 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. What effects will appear when I change the jar file directly in the folder? 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. |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 05.02.2014 at 10:00
Seen: 7,535 times
Last updated: 07.02.2014 at 14:13