[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-3949) CSV export should take user defined separation character

Daniel Roth (JIRA) jira-events at lists.jboss.org
Sun Feb 22 13:58:44 EST 2009


     [ https://jira.jboss.org/jira/browse/JBSEAM-3949?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Roth closed JBSEAM-3949.
-------------------------------

    Fix Version/s: 2.1.2.CR1
       Resolution: Done


The code has been modified to used protected methods and not static field to get delimeters/separetors/linebreaks. Extend CsvExcelWorkbook, override those methods and add your new exporter to the implementations-map as shown in 
http://docs.jboss.com/seam/2.1.1.GA/reference/en-US/html/excel.html#excel.intro  

The fixed column with looks like a typical "myOwnExcelExporter" case. Same as above, but override the  getBytes method.

> CSV export should take user defined separation character
> --------------------------------------------------------
>
>                 Key: JBSEAM-3949
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3949
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Excel
>    Affects Versions: 2.1.1.GA
>            Reporter: Zoltan Tiringer
>            Assignee: Daniel Roth
>             Fix For: 2.1.2.CR1
>
>
> CSV export should take user defined separation character (; or tab), should have "" wrapping optional, and probably even allow fixed length column export.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list