now i need to insert some data from the sqlserver into a word,i know how to use bookmark and the office interop api do that but it’s slow to call the word process do that and it’s coupling between the bookmark define and the code , is it possible to do this without word process start?if not are there any template engine to do this?
Share
You may want to look at a custom document writer, rather than using the COM Wrapped API from Microsoft. I have heard good things about OfficeWriter. It’s not free, but speed never is.
It doesn’t require Word on the server.
http://officewriter.softartisans.com/officewriter-59.aspx