<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>2.2.0-beta1</version>
</dependency>
compile
|-- org.apache.poi:poi-ooxml:3.17
|-- org.apache.poi:poi-ooxml-schemas:3.17
|-- cglib:cglib:3.1
|-- org.slf4j:slf4j-api:1.7.26
test
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.alibaba:fastjson:1.2.58
|-- org.projectlombok:lombok:1.18.8
|-- org.springframework.boot:spring-boot:1.5.21.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:1.5.21.RELEASE
|-- junit:junit:4.12