Thanks Robert - I updated that page.
On Thursday 27 January 2022, 18:35:21 GMT+1, Halter Robert <[email protected]> wrote: 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/> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
