You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When add-in is added from store, it works normally, however when it is removed and re-added, the app would not work anymore.
Your Environment
Platform [PC desktop, Mac, iOS, Office on the web]: Office on the web
Host [Excel, Word, PowerPoint, etc.]: Excel
Operating System: Windows 10
Browser (if using Office on the web): Google Chrome
Expected behavior
the add-in from store works normally.
Current behavior
When add-in is added from store, it works normally when you interact with the taskpane, however when it is removed and re-added, the app would not work anymore. The only workaround to fix this issue is to reload the page.
The current action type we are using in our manifest is ExecuteFunction. We also do not have any actions that automatically opens the taskpane
Steps to reproduce
Open Excel web, then click "Office add-ins" on Insert Tab from tab list
Add FactSet for Excel (Early Access) from store
Click the FactSet tab and click "Insert Formula" ribbon button and interact with the taskpane
Close the taskpane and remove the FactSet add-in from "Office add-ins"
Add FactSet for Excel (Early Access) from store again, and click "Insert Formula" ribbon button
Notice that the app does not display in the taskpane and the taskpane only displays a blank, nothing happens when you click the ribbon buttons as well
Workaround: reload the page and the add-in will run properly.
The text was updated successfully, but these errors were encountered:
Hey there, thanks for reporting. This is by design and we would require the session to be refreshed as we don't consider it a standard scenario to remove and reinstall add ins in the same web session.
When add-in is added from store, it works normally, however when it is removed and re-added, the app would not work anymore.
Your Environment
Expected behavior
the add-in from store works normally.
Current behavior
When add-in is added from store, it works normally when you interact with the taskpane, however when it is removed and re-added, the app would not work anymore. The only workaround to fix this issue is to reload the page.
The current action type we are using in our manifest is
ExecuteFunction
. We also do not have any actions that automatically opens the taskpaneSteps to reproduce
The text was updated successfully, but these errors were encountered: