I have this code for customize view in list page: $color=$data["colore_modulo"];
$value="<font color='$color'><b>$value</b></font>"; But in export page (excel 2007) I get this: <font color='#DB7004'><b>P01|MANUALE</b></font> instead of : P01|MANUALE What can I do to remove the view settings for this field in export page?
The best option is to use different 'View as' settings for different pages. Use View as 'Custom' on the List page and regular format on all other pages including Export.