Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

本项目旨在为用户提供一个便捷的 Excel 导出解决方案。基于阿里巴巴的 EasyExcel、FastExcel 库,结合 Spring Boot 框架,封装并优化了 Excel 文件的导出流程,帮助开发者更高效地实现数据导出功能。

License

Notifications You must be signed in to change notification settings

pig-mesh/excel-spring-boot-starter

Repository files navigation

Excel Spring Boot Starter

Maven Central

excel-spring-boot-starter 是一个基于 FastExcel 实现的 Spring Boot Starter,用于简化 Excel 的读写操作。FastExcel 是一个 Java 开源项目,旨在以尽可能低的内存消耗实现对 Excel 文件的读写。通过 FastExcel,你可以在仅使用 64M 内存的情况下,在 1 分钟内读取 75M(46 万行,25 列)的 Excel 文件。

功能概述

  • 轻松集成到 Spring Boot 项目中,快速实现 Excel 文件的导入和导出。
  • 通过注解配置导入和导出的 Excel 文件格式。
  • 提供了简洁易用的 API,极大地减少了手动处理 Excel 文件的工作量。

依赖引用

项目已经上传至 Maven 中央仓库,只需引入以下依赖即可使用:

版本 支持版本
3.4.2 适配 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>
</dependency>

使用文档

更多详细的使用说明,请参考文档:https://www.yuque.com/pig4cloud/ogf9nv

About

本项目旨在为用户提供一个便捷的 Excel 导出解决方案。基于阿里巴巴的 EasyExcel、FastExcel 库,结合 Spring Boot 框架,封装并优化了 Excel 文件的导出流程,帮助开发者更高效地实现数据导出功能。

Topics

Resources

License

Stars

Watchers

Forks

Languages

AltStyle によって変換されたページ (->オリジナル) /