OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
683 stars 95 forks source link

Excel add ins manifest<OfficeMenu id="ContextMenuCell">unable to run #1560

Closed gerrychong closed 3 years ago

gerrychong commented 3 years ago

An error occurred when I tried to use this manifest item https://docs.microsoft.com/en-us/office/dev/add-ins/reference/manifest/extensionpoint

Expected Behavior

ContextMenuCell - Displays the item on the context menu when the user opens the context menu (right-clicks) on a cell on the spreadsheet

Current Behavior

Unable to run while creating ContextMenuCell

Steps to Reproduce, or Live Example

yo office ->Office add-in Task pane project using React framework->TypeScript->Excel->(Insert ExtensionPoint creating OfficeMenu) `