Skip to content

yusiwen/excel-spring-boot

Repository files navigation

excel-spring-boot

A starter project for Easyexcel.

Usage

<dependencies>
  <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
  </dependency>
  <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-aop</artifactId>
  </dependency>
  <dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-validation</artifactId>
  </dependency>

  <dependency>
    <groupId>cn.yusiwen</groupId>
    <artifactId>excel-spring-boot-starter</artifactId>
    <version>1.0.0</version>
  </dependency>
</dependencies>

See excel-spring-boot-example for more usage details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages