Jxl Plugin
Dependency :
compile ":jxl:0.54"
Summary
Exports data to Excel using the JXL library. The plugin allows for formatting as well as formula generation using dynamic methods.
Installation
grails install-plugin jxl
Description
The Grails JXL plugin allows you to easily create formatted Excel documents from Grails with a simple Builder-like syntax. It utilizes the JXL Library which is the most full featured Java library for interacting with Excel. Thanks need to go to Andy Khan for creating this great library.Source can be viewed hereDocumentation can be found here