Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #72.8K
~680 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for ComputerFirstAde

This is a good tutorial for OpenXML: [http://blogs.msdn.com/b/atverma/archive/2011/12/31/utility-to-generate-word-documents-from-templates-using-visual-studio-2010-and-open-xml-2-0-sdk.aspx](http://blogs.msdn.com/b/atverma/archive/2011/12/31/utility-to-generate-word-documents-from-templates-using-visual-studio-2010-and-open-xml-2-0-sdk.aspx). You can check this free tool: [http://docx.codeplex.com/](http://docx.codeplex.com/) or this one, also free: [http://flexdoc.codeplex.com/](http://flexdoc.codeplex.com/). You can also check this affordable third-party [http://www.docentric.com](http://www.docentric.com).

Member Avatar for BigFatMama
0
409
Member Avatar for adity

It is much easier to do it in a way that you design some kind of “tagged” template first – including all your tables and then from the code process/populate these “tags” with your data (mail merge). If your app is running on the server side, then you should not …

Member Avatar for BigFatMama
0
271

The End.