Create a MS word document using C#
I would like to create a document using an MS template (with tables and headers) from a C# application. If this is not possible, I am also looking into just creating the document on the fly (inserting table and headers). I have look all over to find out just how to do this, with no luck.
Is this possible? If so how can I create a simple MS document using C#?
Thanks,