Ahoy there!I'm working in a Web App with .net 4.0 and I need to automatically generate \[code\]docx\[/code\] files with info from the database using a given template.I've been researching the several available options and I feel a little overwhelmed. For example, I've followed this manual and it generates the document fine, but I find it too complex.I also have found a third part library called Simple OOXML that seems to be easier to use, but it have a poor documentation.Could someone with experience in dealing with Microsoft Office documents using .net guide me in this task? Is there some more interesting library? Any clarifier examples?Thanks very much,