-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (175 loc) · 9.42 KB
/
index.html
File metadata and controls
197 lines (175 loc) · 9.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>NetOffice Framework</title>
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="/styles/vendor.min.css">
<link rel="stylesheet" href="/styles/main.min.css">
<script src="/scripts/main.min.js"></script>
<script async defer="defer" src="https://buttons.github.io/buttons.js"></script>
<script async src="https://www.google-analytics.com/analytics.js"></script>
</head>
<body data-spy="scroll" data-target="#affix" class="landing-page">
<header class="usa-header usa-header-basic" role="banner">
<div class="usa-nav-container">
<div class="usa-navbar">
<div class="usa-logo" id="basic-logo">
<span class="usa-logo-text">
<a href="/" title="NetOffice Framework">
<img id="logo" class="logo" src="/images/NetOfficeOriginalLogo_96x96.png" alt="NetOffice logo" width="32" height="32">
NetOffice
</a>
</span>
</div>
<button class="usa-menu-btn">Menu</button>
</div>
<nav role="navigation" class="usa-nav">
<button class="usa-nav-close">
<img src="/images/close.svg" alt="close">
</button>
<ul class="site-nav-primary usa-nav-primary usa-accordion nav-level0">
<li>
<a href="/addins/" title="Office Add-ins" class="usa-nav-link">Office Add-ins</a>
</li>
<li>
<a href="/tutorials/" title="Tutorials" class="usa-nav-link">Tutorials</a>
</li>
<li>
<a href="/toolbox/" title="Toolbox" class="usa-nav-link">Toolbox</a>
</li>
<li>
<a href="/documentation/" title="Documentation" class="usa-nav-link">Documentation</a>
</li>
<li class="nav-link-github-star-button">
<div class="widget">
<a class="btn" href="https://github.com/NetOfficeFw/NetOffice" rel="noopener" target="_blank" title="Star NetOfficeFw on GitHub" aria-label="Star NetOfficeFw/NetOffice on GitHub">
<svg viewBox="0 0 16 16" width="14" height="14" class="octicon octicon-star" aria-hidden="true">
<path fill-rule="evenodd" d="M8 .25a.75.75 0 01.673.418l1.882 3.815 4.21.612a.75.75 0 01.416 1.279l-3.046 2.97.719 4.192a.75.75 0 01-1.088.791L8 12.347l-3.766 1.98a.75.75 0 01-1.088-.79l.72-4.194L.818 6.374a.75.75 0 01.416-1.28l4.21-.611L7.327.668A.75.75 0 018 .25zm0 2.445L6.615 5.5a.75.75 0 01-.564.41l-3.097.45 2.24 2.184a.75.75 0 01.216.664l-.528 3.084 2.769-1.456a.75.75 0 01.698 0l2.77 1.456-.53-3.084a.75.75 0 01.216-.664l2.24-2.183-3.096-.45a.75.75 0 01-.564-.41L8 2.694v.001z">
</path>
</svg>
<span>Star</span>
</a><a class="social-count" href="https://github.com/NetOfficeFw/NetOffice/stargazers" rel="noopener" target="_blank" aria-label="569 stargazers on GitHub">569</a>
</div>
</li>
</ul>
</nav>
</div>
</header>
<main id="main-content">
<div class="usa-hero">
<div class="usa-grid">
<div class="usa-hero-callout usa-section-dark">
<h2><span class="usa-hero-callout-alt">NetOffice Framework</span></h2>
<p>NetOffice is a set of libraries for building Microsoft Office Addins and automation of Microsoft Office applications.<br><br>Use NetOffice to extend and automate Microsoft Office applications: Excel, Word, Outlook, PowerPoint, Access, Project and Visio.</p>
</div>
</div>
</div>
<div class="usa-grid grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="">
<div class="usa-grid-full usa-section">
<div class="usa-width-one-whole">
<a href="https://www.nuget.org/profiles/netoffice"><img src="https://img.shields.io/nuget/v/NetOfficeFw.Core?color=black&label=NetOfficeFw.Core&logo=microsoft-office&style=flat-square" alt="Nuget"></a>
<a href="https://www.nuget.org/packages/NetOfficeFw.Outlook/"><img src="https://img.shields.io/nuget/v/netofficefw.outlook?color=%230078D4&label=&logo=microsoft-outlook&style=flat-square" alt="NetOfficeFw.Outlook"></a>
<a href="https://www.nuget.org/packages/NetOfficeFw.Word/"><img src="https://img.shields.io/nuget/v/netofficefw.word?color=%232B579A&label=&logo=microsoft-word&style=flat-square" alt="NetOfficeFw.Word"></a>
<a href="https://www.nuget.org/packages/NetOfficeFw.Excel/"><img src="https://img.shields.io/nuget/v/netofficefw.excel?color=%23217346&label=&logo=microsoft-excel&style=flat-square" alt="NetOfficeFw.Excel"></a>
<a href="https://www.nuget.org/packages/NetOfficeFw.Powerpoint/"><img src="https://img.shields.io/nuget/v/netofficefw.powerpoint?color=%23B7472A&label=&logo=microsoft-powerpoint&style=flat-square" alt="NetOfficeFw.Powerpoint"></a>
<a href="https://www.nuget.org/packages/NetOfficeFw.Access/"><img src="https://img.shields.io/nuget/v/netofficefw.access?color=%23A4373A&label=&logo=microsoft-access&style=flat-square" alt="NetOfficeFw.Access"></a>
</div>
</div>
<div class="usa-grid-full usa-section">
<div class="usa-width-one-half">
<h2>Getting Started</h2>
<p>Install <a href="https://www.nuget.org/profiles/netoffice"><strong>NetOfficeFw</strong> packages</a> from NuGet and develop Microsoft Office solutions.</p>
<p>We publish signed and verified packages on <a href="https://www.nuget.org/profiles/netoffice">netoffice</a> nuget profile.</p>
<div class="code-block">
<div class="code-block-header">
<span class="language">Our packages</span>
</div>
<div class="code-block-body">
<pre>NetOfficeFw.Word
NetOfficeFw.Excel
NetOfficeFw.PowerPoint
NetOfficeFw.Outlook
NetOfficeFw.Access
</pre>
</div>
</div>
<div class="notice">
<h4>Migrate from old packages</h4>
<strong>Notice:</strong> Using packages version 1.7.4.4?
<a href="migrate-notice">Learn how to migrate.</a><br>
<br>
Official NetOffice libraries use new <strong>NetOfficeFw</strong> prefix, are verified and signed.<br>
Watch out for invalid packages as they contain incorrect assemblies and your projects will not work.
</div>
</div>
<div class="usa-width-one-half">
<h2 id="features">Features</h2>
<ul>
<li>Microsoft Office integration without version limitations</li>
<li>All features of Microsoft Office 2010 up to 2019 and Office 365 are included</li>
<li>Active support in version independent development</li>
<li>Syntactically and semantically identical to the Microsoft Interop Assemblies</li>
<li>No training if you already know the MS Office object model</li>
<li>More readable code with automatic management of COM proxies</li>
<li>Usable with .NET Framework 4.0 or higher</li>
<li>Easy add-in development</li>
<li>No deployment hurdles, no registration</li>
<li>No dependencies, no Interop Assemblies, no need for VSTO</li>
</ul>
<h2 id="supported-msoffice">Microsoft Office Support</h2>
<p>NetOffice supports Microsoft Office releases 2010, 2013, 2016, 2019 and Office 365.</p>
</div>
</div>
</article>
</div>
</div>
</main>
<footer class="usa-footer usa-footer-medium" role="contentinfo">
<div class="usa-grid usa-footer-return-to-top">
<a href="#">Return to top</a>
</div>
<div class="usa-footer-secondary_section">
<div class="usa-grid">
<div class="usa-width-three-fourths footer-content">
<h3>Join the community</h3>
<div class="usa-grid-full footer-contact-links">
<div class="usa-width-one-third">
<div class="usa-media_block">
<img class="usa-media_block-img" src="/images/NetOfficeOriginalLogo_96x96.png" width="40" height="40" alt="">
<div class="usa-media_block-body">
<h4>NetOffice on GitHub</h4>
<a class="xgithub-button" href="https://github.com/NetOfficeFw" aria-label="Follow @NetOfficeFw on GitHub">Follow @NetOfficeFw</a>
</div>
</div>
</div>
<div class="usa-width-one-third">
<div class="usa-media_block">
<img class="usa-media_block-img" src="/images/icon-question.svg" alt="">
<div class="usa-media_block-body">
<h4>Running into an issue?</h4>
<a class="xgithub-button" href="https://github.com/NetOfficeFw/NetOffice/issues" data-icon="octicon-issue-opened" aria-label="Open issue for NetOffice on GitHub">Ask questions on GitHub</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-section-bottom">
<div class="usa-grid">
<p>
Copyright © 2016-2021 NetOffice Framework. Documentation licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
<a class="usa-link-github" href="https://github.com/NetOfficeFw">
<span>https://github.com/NetOfficeFw</span>
</a>
</p>
</div>
</div>
</footer>
</body>
</html>