https://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance
The Humongous Insurance content add-in shows how you can use the new JavaScript API for Microsoft Excel 2016 to create a compelling Excel add-in.
https://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance
Last synced: 5 months ago
JSON representation
The Humongous Insurance content add-in shows how you can use the new JavaScript API for Microsoft Excel 2016 to create a compelling Excel add-in.
- Host: GitHub
- URL: https://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance
- Owner: OfficeDev
- License: other
- Created: 2016-08-23T17:47:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T19:54:37.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T22:18:36.367Z (8 months ago)
- Language: CSS
- Homepage: http://dev.office.com
- Size: 343 KB
- Stars: 39
- Watchers: 18
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README-Localized/README-de-de.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - OfficeDev/Excel-Content-Add-in-Humongous-Insurance - The Humongous Insurance content add-in shows how you can use the new JavaScript API for Microsoft Excel 2016 to create a compelling Excel add-in. (CSS)
README
# Excel-Content-Add-in-Humongous-Insurance
Das Inhalts-Add-In „Humongous Insurance“ zeigt, wie Sie die neue JavaScript-API für Microsoft Excel 2016 verwenden können, um ansprechende Excel-Add-Ins zu erstellen. Dieses Add-In zeigt Ihnen, wie Sie professionelle, interaktive Objekte in Office-Dokumente einbetten können. In der folgenden Abbildung werden die Hauptbildschirme des Add-Ins dargestellt.
[](https://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance/blob/master/images/image1471975566906.Png)
* [Voraussetzungen](#prerequisites)
* [Ausführen des Projekts](#run-the-project)
* [Zusätzliche Ressourcen](#additional-resources)https://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance/blob/master/images/image1471975566906.PngSie benötigen:
* [Visual Studio 2015](https://www.visualstudio.com/downloads/download-visual-studio-vs.aspx)
* [Office Developer Tools für Visual Studio](https://www.visualstudio.com/en-us/features/office-tools-vs.aspx)
* Excel 2016, Version 6769.2011 oder höher1. Kopieren Sie das Projekt in einem lokalen Ordner. Stellen Sie sicher, dass der Pfad nicht zu lang ist, andernfalls können in Visual Studio bei beim Installieren der für das Projekt erforderlichen NuGet-Pakete Fehler auftreten.
2. Öffnen Sie dann `HumongousInsuranceAgentsAddin.sln` in Visual Studio.
3. Legen Sie das Startdokument auf die enthaltene Excel-Kalkulationstabelle „HumongousInsuranceAgentsAddin.xls“ fest.
3. Drücken Sie F5, um das Beispiel-Add-In zu erstellen und bereitzustellen. Excel wird gestartet, und das Add-In wird in der Kalkulationstabelle angezeigt. Sie können das Add-In ausprobieren, indem Sie die Steuerelemente verwenden.* [Office Dev Center](http://dev.office.com/)
Copyright (c) 2016 Microsoft. Alle Rechte vorbehalten.
In diesem Projekt wurden die [Microsoft Open Source-Verhaltensregeln](https://opensource.microsoft.com/codeofconduct/) übernommen. Weitere Informationen finden Sie unter [Häufig gestellte Fragen zu Verhaltensregeln](https://opensource.microsoft.com/codeofconduct/faq/), oder richten Sie Ihre Fragen oder Kommentare an [[email protected]](mailto:[email protected]).