Excel-Content-Add-in-Humongous-Insurance
Excel-Content-Add-in-Humongous-Insurance copied to clipboard
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.
page_type: sample products:
- office-excel
- office-365 languages:
- javascript
extensions:
contentType: samples
technologies:
- Add-ins platforms:
- CSS createdDate: 8/23/2016 10:47:22 AM
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. This add-in shows how you can embed rich, interactive objects into Office documents. The following figure show the main screens of this add-in.
Table of Contents
- Prerequisites
- Run the project
- Additional resourceshttps://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance/blob/master/images/image1471975566906.Png
Prerequisites
You'll need:
- Visual Studio 2015
- Office Developer Tools for Visual Studio
- Excel 2016, version 6769.2011 or later
Run the project
- Copy the project to a local folder. Ensure that the file path is not too long, otherwise you might run into an error in Visual Studio when it tries to install the NuGet packages necessary for the project.
- Then open the
HumongousInsuranceAgentsAddin.sln
in Visual Studio. - Set the startup document to the included Excel spreadsheet, HumongousInsuranceAgentsAddin.xls.
- Press F5 to build and deploy the sample add-in. Excel launches and displays the add-in in the spreadsheet. You can play with the add-in by interacting with the controls.
Additional resources
Copyright
Copyright (c) 2016 Microsoft. All rights reserved.
This project has adopted the Microsoft Open Source Code of Conduct. For more information, see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.