Note: This sample has been moved to the main Office Add-ins Samples repo at Excel content add-in: Humongous Insurance. The sample here is archived and no longer actively maintained. Security vulnerabilities may exist in the project, or its dependencies. If you plan to reuse or run any code from this repo, be sure to perform appropriate security checks on the code or dependencies first. Do not use this project as the starting point of a production Office Add-in. Always start your production code by using the Yeoman generator for Office Add-ins or maintained samples, and follow security best practices as you develop the add-in.
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.
- Prerequisites
- Run the project
- Additional resourceshttps://github.com/OfficeDev/Excel-Content-Add-in-Humongous-Insurance/blob/master/images/image1471975566906.Png
You'll need:
- Visual Studio 2015
- Office Developer Tools for Visual Studio
- Excel 2016, version 6769.2011 or later
- To avoid unnecessary security scans on an archived sample, the packages.config file was renamed. To restore the project's dependencies, rename packages-archive.config to packages.config.
- 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.
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.