<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls</artifactId>
<version>2.4.7</version>
</dependency>
compile
|-- org.apache.commons:commons-jexl:2.1.1
|-- commons-beanutils:commons-beanutils:1.9.2
|-- org.slf4j:slf4j-api:1.7.12
|-- org.slf4j:jcl-over-slf4j:1.7.12
|-- ch.qos.logback:logback-core:1.1.3
test
|-- junit:junit:4.12
|-- org.mockito:mockito-core:2.8.47