[ http://jira.codehaus.org/browse/DISPL-386?page=comments#action_72377 ] 
            
SM commented on DISPL-386:
--------------------------

Any ideas why this is happening and how to resolve it ?

> Export to Excel not tab delimited
> ---------------------------------
>
>                 Key: DISPL-386
>                 URL: http://jira.codehaus.org/browse/DISPL-386
>             Project: DisplayTag
>          Issue Type: Task
>          Components: Export
>    Affects Versions: 1.1
>            Reporter: SM
>
> I'm having trouble with Export to Excel in that the output of the table is 
> all going into 1 cell of the XLS.
> Presumably, the columns are not getting tab delimited. The columns are in 
> double quotes and space separated ex,
> "SYDLAX" "Y" "H0" "10Jul06" 
> I'm using struts/tiles and the explorer is IE.
> In my display.properties I have : -
> locale.resolver=org.displaytag.localization.I18nStrutsAdapter
> locale.provider=org.displaytag.localization.I18nStrutsAdapter
> css.table=dataTable
> export.types=excel csv
> export.csv=true
> export.xml=false
> export.excel=true
> export.excel.filename=export.xls
> export.csv.filename=export.csv
> export.excel.label =Save As Excel
> export.csv.label =Save As csv
> export.csv.include_header=true
> export.amount=list
> In the web.xml : 
> <filter>
>     <filter-name>ResponseOverrideFilter</filter-name> 
>     <filter-class>org.displaytag.filter.ResponseOverrideFilter</filter-class> 
> </filter>
> <filter-mapping>
>     <filter-name>ResponseOverrideFilter</filter-name> 
>     <url-pattern>*.do</url-pattern>
> </filter-mapping>
> <filter-mapping> 
>     <filter-name>ResponseOverrideFilter</filter-name> 
>     <url-pattern>*.jsp</url-pattern>
> </filter-mapping>

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

        

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-devel mailing list
displaytag-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to