News

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 ...
I have an excel add-in that reads selected cells and generates HTML depending on how the cells are formatted. In order to pass this data to a dialog window I store the string into session storage to ...