|
HI..
I have a Sharepoint custom list will have few columns (1 is of type singleline text, 1 column is of Multiline Rich Text, 1 column is of type DateTime, 1 column is of type people picker). Whenever a new item is added/existing item updated on this list, I would like to create a word document automatically in another document library. Document library can also have the same columns as of the list. But we need the list columns data to be embedded directly into word document, for all the column types that are mentioned. Here my question is for Multi line rich text column.. it is showing as <div>data</div> in the document. How to remove that div in the document.
-SRIHARI
|