/Excel-Add-in-JavaScript-CommunicationBetweenAddIns

The code in the task pane add-in for Excel demonstrates how to build a simple user interface that saves data to cross-session web browser storage (localStorage). It also demonstrates how to detect when the selection in the spreadsheet changes, how to get the data selected after that event, and how to monitor the shared data source for changes.

Primary LanguageJavaScriptMIT LicenseMIT

Stargazers