Quantcast

[ANN] Export plugin 0.9 released

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[ANN] Export plugin 0.9 released

Andreas Schmitt
Hi,

Export plugin 0.9 has been released. This plugin allows you to export
domain objects to CSV, Excel, ODS (Open Document Spreadsheet), RTF,
PDF and XML and can be extended to support additional formats.

Version 0.9 contains bug fixes and new parameters for Excel export.

- Excel
   - column.widths (specifies column widths in percent, defaults to
equal size for all columns, allowed values: List of floats e.g. [0.2,
0.3, 0.5] for three columns)

http://jira.codehaus.org/browse/GRAILSPLUGINS-2812
http://jira.codehaus.org/browse/GRAILSPLUGINS-2927

I would like to thank everybody for reporting bugs or suggesting improvements.

For further information check out http://www.grails.org/plugin/export

Best regards,
Andreas

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANN] Export plugin 0.9 released

Dean Del Ponte-2
Thanks!  This is a great plugin that has saved me a lot of time on multiple projects.

- Dean Del Ponte

On Sun, Mar 13, 2011 at 3:52 PM, Andreas Schmitt <[hidden email]> wrote:
Hi,

Export plugin 0.9 has been released. This plugin allows you to export
domain objects to CSV, Excel, ODS (Open Document Spreadsheet), RTF,
PDF and XML and can be extended to support additional formats.

Version 0.9 contains bug fixes and new parameters for Excel export.

- Excel
  - column.widths (specifies column widths in percent, defaults to
equal size for all columns, allowed values: List of floats e.g. [0.2,
0.3, 0.5] for three columns)

http://jira.codehaus.org/browse/GRAILSPLUGINS-2812
http://jira.codehaus.org/browse/GRAILSPLUGINS-2927

I would like to thank everybody for reporting bugs or suggesting improvements.

For further information check out http://www.grails.org/plugin/export

Best regards,
Andreas

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: [ANN] Export plugin 0.9 released

fabiogurgone
In reply to this post by Andreas Schmitt
Hi Andreas,
I added to DefaultCSVExporter (0.9) the configuration property skipHeader to avoid to print headers.
I attach here the file (very basic but could be useful)

Fabio

DefaultCSVExporter.groovy
Loading...