Hello All,
I added a column on an IR using apex_item.textarea . when I export to CSV, I am getting the html code in my excel cell
SELECT
apex_item.textarea(3,column_val, 2, 30)
which when exported to excle shows :
'<textarea name="f03" rows="2" cols="30" wrap="VIRTUAL" readonly="readonly" >' || column_val ||
Can some please suggest me , if it is possible to remove the html from export to CSV .
Thanks in advance,
RD
Edited by: RD on Nov 21, 2011 1:46 PM