0

I want to use NPOI to generate word report based on ".dot" template, but I didn't find any documentation to do that.

Can someone help me?

Kara
  • 6,115
  • 16
  • 50
  • 57

1 Answers1

0

There is a replace way to create word report based on ".dot".

https://freeword.codeplex.com/

Document doc = new Document();
doc.LoadFromFile("you.dot");
  • 1
    thank's but i found this before i ask my question: it's not realy free. it's a kind of evaluation for spire product and it shows evaluation message while generating documents! – amine_mouhib May 06 '14 at 13:13