Skip to content

gpc/grails-export

Repository files navigation

Maven Central License CI

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")
}

About

The official Grails Export Plugin

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors