Hello, on our Page
https://poi.apache.org/help/faq.html the Line res = classloader.getResource("org/apache/poi/POIXMLDocument.class"); should be res = classloader.getResource("org/apache/poi/ooxml/POIXMLDocument.class"); using version 5.2.0 see https://poi.apache.org/apidocs/dev/org/apache/poi/ooxml/POIXMLDocument.html My current Problem: if (cell.getCellType() == CellType.NUMERIC) { è Method not found. Greetings Robert Halter Test Automation Engineer _________________________ Adcubum AG Zürcherstrasse 464 CH-9015 St. Gallen Zentrale +41 58 411 66 66 [email protected]<mailto:[email protected]> www.adcubum.com<http://www.adcubum.com/>
