Hello!
I am exporting some data into excel, and one of my fields accepts HTML, and when I export it I see it like this:
Or just see the plain text with no formatting?
Thank you!
I am exporting some data into excel, and one of my fields accepts HTML, and when I export it I see it like this:
<div class="someClass"><p><strong>Some Text<strong></p><p>Some Other Text</p></div>
Is there any way I can convert it to rich text and for example see a <p> like a paragraph and the <strong> like bold?Or just see the plain text with no formatting?
Thank you!