Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi All,

What is purpose of using Visual Studio Office in Dot Net.How can use word file labrary on .net
when we go Newproject->Office [2003 or 2007]->Word 2007 Document.
plz give me any links or suggesstion for understand the word doucument working with .Net or any sample code

Thanks & Regards
Mukesh
Posted

I reckon your question is why do we have project wizards for Office based projects in Visual Studio. If so, their primary use is to create add-ins for Word, Excel, Powerpoint and other Office applications. You could do that without the wizards too, but this way is easier.
 
Share this answer
 
You can Dynamically generate Word 2007 (.docx) documents using .net

Word 2007 documents are based on the Office Open XML file formats.

Check further on this website how to generate such a file: Using .NET 3.0 to Automatically Generate Word 2007 Documents[^]
 
Share this answer
 
If you're asking about the purpose — there is no purpose for you; isn't that logical? :-)

—SA
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 26-Apr-11 15:38pm    
Despite of the vote of 1 -- I'm right. Pointless question.
A question from the teacher? Bad one!
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900