NetOfficeFw / NetOffice

🌌 Create add-ins and automation code for Microsoft Office applications.
MIT License
697 stars 143 forks source link

Documentation and tutorials #233

Open stilist80 opened 5 years ago

stilist80 commented 5 years ago

Hello, please advise where I could find structured documentation for netoffice api. There are few examples on github and I checked them all and have found useful but I see nothing about ms project and I also would like to find how to connect to already opened application. Generally I really like that API, it is simple enough for beginners and having description for all methods could save a lot of time.

Thanks in advance.

jozefizso commented 5 years ago

We don't have resources to maintain the documentation for the wrapped interfaces. This documentation can be easily looked at Microsoft Docs for the individual Office libraries.

Any help with integrating docfx into the build of the documentation website is welcome.

SebastianDotNet commented 5 years ago

"structured documentation" is a big word. netoffice spend documentation on codeplex. afaik jozef copy that to github.

please explain yourself, to understand what kind of documentation you need.

jozefizso commented 5 years ago

Documentation from Codeplex wiki is published here now: https://netoffice.io/documentation/

It is generated from the https://github.com/NetOfficeFw/Docs repository.