Closed sitthinan closed 3 years ago
Hi @sitthinan, I am an engineer on the Office team, can you show me your add-in xml manifest please?
Hi @trigurl , This is my xml custom tab
Hello, since you did not provide me with your full manifest, can you double check whether it is using the shared runtime? Your add-in must be shared runtime. `
This issue has been automatically marked as stale because it is marked as needing author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your interest in Office Add-ins!
This issue has been closed due to inactivity. Please comment if you still need assistance and we'll re-open the issue.
Expected Behavior
My custom contextual tabs should appear on the Excel ribbon when a chart is selected.
Current Behavior
I try to implement it following this document The custom contextual tabs do not appear on the ribbon when I select an Excel chart.
Steps to Reproduce, or Live Example
I have implemented this code to my ribbon
this is my function for show and hide the tab
this is my JSON
<OverriddenByRibbonApi>true</OverriddenByRibbonApi>
on my custom tab for checking my application can callrequestCreateControls
method. Then, my custom tab is shown when I add the add-in.Context
After running the code and add my add-in. when clicking a chart my custom contextual should shows.
Your Environment
Useful logs