Hi all,
I have a requirement to write sharepoint list data to powerpoint. Of all the fields, I am stuck with the Sharepoint rich text box control. I have this data in my list.
- This is a good time
- This is not a good time
When I write the data into Sharepoint, it looks like.
<div class=ExternalClassFAF287B8010F48B08705605F60E89938><ul>
<li>This is a good time</li>
<li>This is not a good time</li></ul></div>
I can do it manually nut I am a bit reluctant about this. Is there a way to maintain the rich text format also while writing the data into sharepoint.