My team is developing an Office web add-in for Excel built in vanilla Javascript. To test and debug our project, we have been side-loading the add-in as per the usual steps.
Which are:
- Navigate to
/Users/USERNAME/Library/Containers/com.microsoft.Excel/Data/Documents/wef
- Copy and paste
manifest.xml
file in above directory - Open Excel, click the insert tab, click My Add-Ins dropdown, then select the add-in described by the
manifest.xml
(which is under Developer Add-Ins)
This process works smoothly for everyone on the team except for one person. For that one person, after they have completed the steps, they see no Developer Add-Ins section, and no options to load the add-in described by the manifest.
What could be causing this issue?
More Info: Problematic team member:
Non-problematic team members: