https://github.com/pig-mesh/ureport-spring-boot-starter
UReport2 是一款基于架构在 Spring 之上纯 Java 的高性能报表引擎
https://github.com/pig-mesh/ureport-spring-boot-starter
excel excel-export java office spring-boot
Last synced: about 1 year ago
JSON representation
UReport2 是一款基于架构在 Spring 之上纯 Java 的高性能报表引擎
- Host: GitHub
- URL: https://github.com/pig-mesh/ureport-spring-boot-starter
- Owner: pig-mesh
- Created: 2020-07-25T09:20:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T14:05:29.000Z (about 4 years ago)
- Last Synced: 2025-03-21T22:03:24.468Z (about 1 year ago)
- Topics: excel, excel-export, java, office, spring-boot
- Language: Java
- Homepage: https://pig4cloud.com
- Size: 16.6 KB
- Stars: 59
- Watchers: 6
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UReport2 是一款基于架构在 Spring 之上纯 Java 的高性能报表引擎,通过迭代单元格可以实现任意复杂的中国式报表。 在 UReport2 中,提供了全新的基于网页的报表设计器,可以在 Chrome、Firefox、Edge 等各种主流浏览器运行(IE 浏览器除外)。使用 UReport2,打开浏览器即可完成各种复杂报表的设计制作
[https://www.w3cschool.cn/ureport](https://www.w3cschool.cn/ureport)
## 单机使用
- 1. 引入 jar 依赖
```xml
com.pig4cloud.plugin
ureport-spring-boot-starter
0.0.2
```
- application.properties 配置本地文件报错路径
```properties
ureport.debug=false
ureport.disableFileProvider=false
ureport.fileStoreDir=/Users/lengleng/Downloads
ureport.disableHttpSessionReportCache=true
```
## 集群使用
```xml
com.pig4cloud.plugin
ureport-spring-boot-starter
0.0.1
com.pig4cloud.plugin
oss-spring-boot-starter
0.0.2
```
- 仅需配置云存储相关参数
```
oss.access-key=lengleng
oss.secret-key=lengleng
oss.bucket-name=aaa
oss.endpoint=http://minio.pig4cloud.com
```
关于 [oss-spring-boot-starter ](https://github.com/pig-mesh/oss-spring-boot-starter)使用可参考,兼容所有 S3 协议的分布式文件存储系统