Text Bold
Hello,
having the following code I would like the text is displayed in bold.
can be set for each cell is for the entire row.
select xmlelement("ss:Row",
xmlelement("ss:Cell", xmlelement("ss:Data", XMLAttributes('String' as "ss:Type"), 'Hello')),
xmlelement("ss:Cell", xmlelement("ss:Data", XMLAttributes('String' as "ss:Type"), 'World'))
)
into xml_head
from dual;
anybody knows help me?
Thanks in advanced.
Have a nice day