X
xargon
Hi everyone,
I am using the OWC10 web components. I am reading in a delimited text
file and loading it into the spreadsheet component. Everything works
fine, so far.
What I want to do is do some formatting. I tried adding HTML tags to
the text data. However, it interprets the tags as plain text and not
HTML. How can I make it interpret it as HTML
Here is an example of the text file, say it has 5 cells:
"<b>rec1</b>"|"<i>rec2</i>"|"<b>rec3</b>"|"<b>rec4</b>"|"<b>rec5</b>"
I want it to interpret the <b><i> tags as HTML tags and format
accordingly.
Thanks,
Pankaj
I am using the OWC10 web components. I am reading in a delimited text
file and loading it into the spreadsheet component. Everything works
fine, so far.
What I want to do is do some formatting. I tried adding HTML tags to
the text data. However, it interprets the tags as plain text and not
HTML. How can I make it interpret it as HTML
Here is an example of the text file, say it has 5 cells:
"<b>rec1</b>"|"<i>rec2</i>"|"<b>rec3</b>"|"<b>rec4</b>"|"<b>rec5</b>"
I want it to interpret the <b><i> tags as HTML tags and format
accordingly.
Thanks,
Pankaj