项目已上传至 maven 仓库,直接引入即可使用 版本支持 3.1.1适配 SpringBoot3.x 1.2.7适配 SpringBoot2.x <dependency> <groupId>com.pig4cloud.excel</groupId> <artifactId>excel-spring-boot-starter</artifactId> <version>${lastVersion}</version> </dependency> ...
项目已经上传至 Maven 中央仓库,只需引入以下依赖即可使用: 版本支持版本 3.4.1适配 Spring Boot 3.x 1.2.7适配 Spring Boot 2.x 在pom.xml中添加以下依赖: <dependency><groupId>com.pig4cloud.excel</groupId><artifactId>excel-spring-boot-starter</artifactId><version>${lastVersion}</version></depend...
Maven <dependency> <groupId>com.gaoice</groupId> <artifactId>easyexcel-spring-boot-starter</artifactId> <version>3.0</version> </dependency> 新版本 v 3.0,支持 Spring Boot 3.x v 2.1,提升@ResponseExcel注解优先级,现在可以在@RestController中使用@ResponseExcel注解。
### 1.2 安装与配置 要在 Spring Boot 项目中使用 `easyexcel-plus-spring-boot-starter`,首先需要将其添加到项目的依赖列表中。以下是 Maven 和 Gradle 的依赖配置示例: ### Maven 配置 ```xml <dependency> <groupId>com.github.easyexcel</groupId> <artifactId>easyexcel-plus-spring-boot-starter</artifa...
项目已经上传至 Maven 中央仓库,只需引入以下依赖即可使用:版本支持版本 3.4.1 适配Spring Boot 3.x 1.2.7 适配Spring Boot 2.x在pom.xml 中添加以下依赖:<dependency> <groupId>com.pig4cloud.excel</groupId> <artifactId>excel-spring-boot-starter</artifactId> <version>${lastVersion}</version> </...
Maven <dependency> <groupId>com.gaoice</groupId> <artifactId>easyexcel-spring-boot-starter</artifactId> <version>2.0</version> </dependency> 新版本 v 2.0,新增 @RequestExcel 注解。 示例 查看ExcelUploadController 中的上传示例。 查看ExcelDownloadController 中的下载示例。 运行DemoApplication ,在 u...
Maven <dependency> <groupId>com.gaoice</groupId> <artifactId>easyexcel-spring-boot-starter</artifactId> <version>2.0</version> </dependency> 新版本 v 2.0,新增@RequestExcel注解。 示例 查看ExcelUploadController中的上传示例。 查看ExcelDownloadController中的下载示例。
已提交至Maven中央仓库。 Maven <dependency> <groupId>com.gaoice</groupId> <artifactId>easyexcel-spring-boot-starter</artifactId> <version>1.0</version> </dependency> 配置 com.gaoice.easyexcel.enable-excel-file=true#是否解析 ExcelFile 类型的返回值为文件下载com.gaoice.easyexcel.enable-sheet-info...
Maven <dependency><groupId>com.gaoice</groupId><artifactId>easyexcel-spring-boot-starter</artifactId><version>2.0</version></dependency> 新版本 v 2.0,新增@RequestExcel注解。 示例 查看ExcelUploadController中的上传示例。 查看ExcelDownloadController中的下载示例。