An open API service indexing awesome lists of open source software.

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

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