I need to create a word document from fields in a list. I can do it using a workflow and creating a new document from a template when an item is added to the list. However, I would like to be able to export it directly from the list into word (similar to the export to excel). Is this doable?
I think you need to write custom code to do this. Check out
https://msdn.microsoft.com/en-us/library/hhf98b5c(v=vs.120).aspx
and
http://www.codeproject.com/Articles/660478/Csharp-Create-and-Manipulate-Word-Documents-Progra
Prashanth Padebettu