Word 2007 Documents in Visual Studio 2010

Posted by Will Eddins on Stack Overflow See other posts from Stack Overflow or by Will Eddins
Published on 2010-05-27T19:49:06Z Indexed on 2010/05/27 19:51 UTC
Read the original article Hit count: 174

Filed under:
|
|
|

I'm currently using Visual Studio 2010 Professional, and noticed the ability to create Word 2007 and Word 2010 documents with C# code-behinds.

What I'm looking to do is fill in a report-type document with information in my C# application, and then output the final .docx. Is this possible using this feature, and how do I go about doing it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio-2010