On this repo we will learn how to export data to excel and pdf on Springboot Project.
If you want read the full articles all about this repo, you can see on this article
- Maven 3+
- Java 8+
- IDE Intelij
- browser (example chrome)
- Lombok
- poi-ooxml
- openpdf
- Spring Data JPA
Method | URL APIs | Description | Browser |
---|---|---|---|
GET | localhost:8181/v1/report/user/pdf/all | Download user list PDF | CHROME |
GET | localhost:8181/v1/report/user/excel/all | Download user list Excel | CHROME |