HSSF是POI工程对Excel(.xls)文件操作的实现,XSSF是POI工程对Excel(.xlsx)文件操作的实现. gradle.build
dependencies {
compile('org.springframework.boot:spring-boot-starter')
testCompile('org.springframework.boot:spring-boot-starter-test')
compile('org.apache.poi:poi:3.9')
compile('org.apache.poi:poi-ooxml:3.9')
compile('org.springframework.boot:spring-boot-starter-web')
}```
spring-poi-demo: https://github.com/maomaolsm/spring-poi