On Wed, 10 Feb 2010, Bjoern Thalheim wrote:
My problem is: The class XSSFWorkbook is not contained in the JAR which
I get when I fetch version 3.6 of POI with maven by using:
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.6</version>
</dependency>
That's because you didn't include all the POI artificats. If you want to
use XSSF, make sure you also include poi-ooxml, and one of the ooxml
schema artificats (either full or poi-ooxml-schemas for the common bits)
Nick
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]