<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>lutool-excel</artifactId>
<version>2.0.3</version>
</dependency>
compile
|-- net.dreamlu:lutool-core:2.0.3
|-- org.apache.poi:poi-ooxml:3.17
provided
|-- org.springframework:spring-web
|-- org.springframework:spring-context
|-- org.springframework:spring-expression
|-- org.projectlombok:lombok:1.16.20
test
|-- junit:junit:4.12