The official Grails Export Plugin.
This plugin offers export functionality supporting different formats e.g. CSV, Excel (xls, xlsx), Open Document Spreadsheet, PDF and XML and can be extended to add additional formats.
The user guide can be found here: 📚 Documentation
This was previously forked from Nathan Wells
Add the following dependency to the build.gradle file:
dependencies {
implementation("io.github.gpc:grails-export:7.0.0")
}
dependencies {
implementation("org.grails.plugins:export:2.0.0")
}
dependencies {
compile("org.grails.plugins:export:2.0.0")
}