C# – How to Read .Doc Template File and Edit Template with Values

asp.netcms-wordopenxml

I have a document template and I want to use that template for merging client information with that (Replacing <>, <> <> with our information from database.

To do this i first need to read the document, update the fields and then save it with tag replaced data.

Can any one please help me to visualize this; how to do this and using what tools?

Thanks,
Jigar

Best Answer

I found my answer from http://docx.codeplex.com/ tool. It is really super cool tool to do modification in your document template.

Consider this - with minimal efforts to make it ready for you.