Attempting to create a new .xlsx file
Hazel Chua <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <pony-f25afc70bb98e4c61d5643992f323772177c151a-f66711643e45cff7febb27efcc93c12df4209bc4@user.poi.apache.org> |
While working in SoapUI (Groovy), I'm attempting to create a new workbook using : Workbook wb = WorkbookFactory.create(true) It throws back the following error : java.lang.NoSuchMethodError: org.apache.xmlbeans.XmlOptions.setUseDefaultNamespace(Z)Lorg/apache/xmlbeans/XmlOptions I'm using POI version 5.0.0 and has xmlbeans-5.0.1 as well.