How I create Word Document using c#

Dear sir

I want create one Word Document with Html Format. Please give me some suggestion

Vijil

Bangalore



Answer this question

How I create Word Document using c#

  • chris441962

    You could always just write a text file and name it as a word doc. That way when word opens it through association it will add the proper encoding when the user saves it the next time. Take a look at System.IO.File for the methods to create this file.

  • How I create Word Document using c#