The following piece of code using apache poi library results in compilation
error when using maven with jdk 7. It works when using jdk 8.
cell.getCellTypeEnum()
[ERROR] symbol: method getCellTypeEnum()
[ERROR] location: variable cell of type
org.apache.poi.ss.usermodel.Cell
The poi library used is 3.17 for both scenarios
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<version>3.17</version>
</dependency>
--
Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]