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?
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?
There is a replace way to create word report based on ".dot".
https://freeword.codeplex.com/
Document doc = new Document();
doc.LoadFromFile("you.dot");