HSSF和XSSF

HSSF是POI工程对Excel(.xls)文件操做的实现,XSSF是POI工程对Excel(.xlsx)文件操做的实现. gradle.buildgit

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
相关文章
相关标签/搜索