Hello,
I would like to use XSSFWorkBook.
All documentation says, I should just use:
WorkBook wb = new XSSFWorkBook(InputStream).
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>
It is contained in the source distribution, though.
How come this class is not packed into the binary distribution of version 3.6
of POI? Is it a build error. Was there a change and documentation has just not
caught up on that change?
Any help is greatly appreciated,
Björn
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]