Hello,
 
I am trying to export my table to excel. The data are exported ok, but excel 
don´t realize that a column have numbers. The code in my JSP is:
 
<display:column media="excel pdf xml" titleKey="myTitle" property="contador"/>
 
and the method in the Table Decorator is:
 
public Integer getContador()
{
      return new Integer(this.getListIndex()+1);
}
 
 
I have tryed too with a column without decorator like this: 
 
<display:column sortable="true" media="pdf excel xml "property="contadorInt" 
total="true" titleKey="myTitle"/>
 
but I have the same problema.
 
I have tryed with "format" attribute too, but I can´t put a number.
 
How could I export to excel a column with numbers? Now this column is a text in 
the excel exported
 
Thanks


      
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to