com.github.zhanghecn:poi-spring-boot-start

Parent pom providing dependency and plugin management for applications built with Maven

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.zhanghecn
ArtifactId

ArtifactId

poi-spring-boot-start
Last Version

Last Version

2.2.7-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Parent pom providing dependency and plugin management for applications built with Maven
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-starter-parent/poi-spring-boot-start
Source Code Management

Source Code Management

https://github.com/zhanghecn/spring-boot-starter-poi.git

Download poi-spring-boot-start

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.zhanghecn/poi-spring-boot-start/ -->
<dependency>
    <groupId>com.github.zhanghecn</groupId>
    <artifactId>poi-spring-boot-start</artifactId>
    <version>2.2.7-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhanghecn/poi-spring-boot-start/
implementation 'com.github.zhanghecn:poi-spring-boot-start:2.2.7-RELEASE'
// https://jarcasting.com/artifacts/com.github.zhanghecn/poi-spring-boot-start/
implementation ("com.github.zhanghecn:poi-spring-boot-start:2.2.7-RELEASE")
'com.github.zhanghecn:poi-spring-boot-start:jar:2.2.7-RELEASE'
<dependency org="com.github.zhanghecn" name="poi-spring-boot-start" rev="2.2.7-RELEASE">
  <artifact name="poi-spring-boot-start" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhanghecn', module='poi-spring-boot-start', version='2.2.7-RELEASE')
)
libraryDependencies += "com.github.zhanghecn" % "poi-spring-boot-start" % "2.2.7-RELEASE"
[com.github.zhanghecn/poi-spring-boot-start "2.2.7-RELEASE"]

Dependencies

compile (3)

Group / Artifact Type Version
org.apache.poi : poi-ooxml jar 4.1.2
org.springframework.boot : spring-boot-starter-web jar 2.2.7.RELEASE
org.projectlombok : lombok Optional jar 1.18.12

Project Modules

There are no modules declared in this project.

spring-boot-start-poi

介绍

poi-spring-boot-zh https://www.yuque.com/books/share/b1663ee4-c64e-4b7f-a6b8-e7f6920b9786?#《spring boot poi》 里面示例由于时间问题,没有写完,很多示例需要慢慢补充,当然您也可以直接看源码,来了解会有什么功能

VUE项目演示:https://gitee.com/zh2016976438/Spring-boot-poi-vue

软件架构

软件架构说明 Spring Boot 集成 POI

支持实体类配置sheet DTO实体类

maven依赖

<!-- https://mvnrepository.com/artifact/com.github.zhanghecn/poi-spring-boot-starter -->
<dependency>
    <groupId>com.github.zhanghecn</groupId>
    <artifactId>poi-spring-boot-starter</artifactId>
    <version>2.2.8</version>
</dependency>

导出

支持图片导出 支持多sheet组合成一个excel导出 支持多excel导出成zip

导入

支持多excel导入 支持zip导入 支持自定义类型导入 支持自定义类型转换 支持图片导入

使用说明

springboot启动 实体配置 自动导入 一键导出

目前教程需要等待全部测试完毕,一个个更新出来,更新的实例都在example 里面

参与贡献

码云特技

Versions

Version
2.2.7-RELEASE