https://github.com/gpc/grails-export
The official Grails Export Plugin
https://github.com/gpc/grails-export
Last synced: about 2 months ago
JSON representation
The official Grails Export Plugin
- Host: GitHub
- URL: https://github.com/gpc/grails-export
- Owner: gpc
- License: apache-2.0
- Created: 2014-05-13T12:48:52.000Z (about 12 years ago)
- Default Branch: 7.0.x
- Last Pushed: 2026-04-21T16:44:46.000Z (about 2 months ago)
- Last Synced: 2026-04-21T18:37:16.225Z (about 2 months ago)
- Language: Groovy
- Homepage: https://gpc.github.io/grails-export/
- Size: 4.45 MB
- Stars: 12
- Watchers: 13
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Agents: AGENTS.md
Awesome Lists containing this project
README
[](https://img.shields.io/maven-central/v/io.github.gpc/grails-export)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/gpc/grails-export/actions/workflows/ci.yml)
Grails Export Plugin
====================
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]
## Installation
Add the following dependency to the `build.gradle` file:
### Grails 7.x
```
dependencies {
implementation("io.github.gpc:grails-export:7.0.0")
}
```
### Grails 5.x - 6.x
```
dependencies {
implementation("org.grails.plugins:export:2.0.0")
}
```
### Grails 3.x - 4.x
```
dependencies {
compile("org.grails.plugins:export:2.0.0")
}
```
[Documentation]: https://gpc.github.io/grails-export/
[Nathan Wells]: https://github.com/nwwells/grails-export