<dependency>
<groupId>com.alibaba</groupId>
<artifactId>easyexcel</artifactId>
<version>2.0.0-beta6</version>
</dependency>
compile
|-- org.apache.poi:poi-ooxml:4.0.1
|-- 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