I'm using the 3
export options(Excel, CSV and XML) and I have a table decorator
class.
When I export to
any format, the decorated columns are exported with the decoration
information.
For
instance, my "Delivery Date" column is exported with all this
information:
<span class='red' title='Delayed'>02/09/2002</span>
I'm already
setting the export.decorated property to false, but even so it doesn't
work.
<display:setProperty name="export.decorated" value="false" />
Does anyone have any resolution for
this?
Thanks in advance.
Sven