Hi,
customizedCell seem to be applayed to excel export since few version, is there a way to disable this ?
I do something like this : cell.text ='<span title="'+variation+'">'+cell.text+'</span>';
before, flex exported only the initial value of the cell but now it export de text. Is there a parameter to get only the initial value ?
Vincent.
Hi Bouchat!
I recommend you to use printstart and printcompete events. When a print process is started you can turn off all modifications in customizeCell. Then use printcomplete to switch to the normal mode.
Does it help?
Thanks,
Dmytro
i used exportstart and exportcomplete, that works fine, Thx alot !