Skip to content

A compelling Excel add-in that demonstrates how you can use the new JavaScript API for Excel 2016. Comes in two flavors - task pane and add-in commands.

License

Notifications You must be signed in to change notification settings

v-pazal/Excel-Add-in-WoodGrove-Expense-Trends

 
 

Repository files navigation

Excel-Add-in-JS-WoodGrove-Expense-Trends

The WoodGrove Bank Expense Trends add-in demonstrates how you can use the new JavaScript API for Microsoft Excel 2016 to create a compelling Excel add-in. With Expense Trends, you can import expense transactions into the workbook, create dashboard and trackers, view and analyze trends, and track special transactions such as charitable donations and follow up items. The sample provides two experiences: one with task pane and another with add-in commands. The following figures show the main screens of this add-in.

![WoodGrove Bank Expense Trends Add-in - Ribbon] (images/woodgrove_taskpane_ribbon.PNG)

![WoodGrove Bank Expense Trends Add-in - Initial taskpane] (images/woodgrove_taskpane_import.PNG)

![WoodGrove Bank Expense Trends Add-in - Transactions sheet] (images/woodgrove_taskpane_data.PNG)

![WoodGrove Bank Expense Trends Add-in - Dashboard] (images/woodgrove_taskpane_dashboard.PNG)

![WoodGrove Bank Expense Trends Add-in - Donations Tracker] (images/woodgrove_taskpane_donations.PNG)

Table of Contents

Prerequisites

You'll need:

Run the project

  1. 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.
  2. Then open the WoodGrove Expense Trends.sln in Visual Studio.
  3. Press F5 to build and deploy the sample add-in. Excel launches and depending on the version of Excel 2016 you've, the add-in loads a custom tab called WoodGrove in the ribbon, or opens in a task pane to the right of the worksheet, as shown in the following figures.

![WoodGrove Bank Expense Trends Add-in - Initial taskpane] (images/woodgrove_taskpane_ribbon.PNG)

![WoodGrove Bank Expense Trends Add-in - Initial taskpane] (images/woodgrove_taskpane_import.PNG)

Additional resources

Copyright

Copyright (c) 2016 Microsoft. All rights reserved.

About

A compelling Excel add-in that demonstrates how you can use the new JavaScript API for Excel 2016. Comes in two flavors - task pane and add-in commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 61.0%
  • JavaScript 33.5%
  • HTML 5.2%
  • C# 0.3%