https://github.com/aboullaite/springboot-excel-csv
https://github.com/aboullaite/springboot-excel-csv
csv-export excel-export pdf-generation springboot springmvc
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aboullaite/springboot-excel-csv
- Owner: aboullaite
- Created: 2017-02-25T00:29:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T09:12:55.000Z (about 3 years ago)
- Last Synced: 2025-02-02T04:41:14.758Z (11 months ago)
- Topics: csv-export, excel-export, pdf-generation, springboot, springmvc
- Language: Java
- Size: 24.4 KB
- Stars: 72
- Watchers: 9
- Forks: 86
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring Boot Export to Excel, CSV, and PDF.
This is a very simple project that showcases export to Excel (using `AbstractXlsView`), CSV (by extending `AbstractView`) and PDF.
This project favors file extensions (xls/csv/pdf) to resolve views.
I'm using:
- iText for PDF generation (AGPL license. From iText page: "As soon as you want to use iText in a closed source, proprietary environment, you have to purchase an iText commercial license of one of the types discussed above.")
- Apache POI for Excel generation
- Super CSV for CSV generation