I'm working on an Excel add-in using the JavaScript APIs to build add-ins in Excel Office 365. Using the manifest,I created a ribbon which as 4 buttons. On click of each button, a worksheet is opened with some Table content.
I want to disable the buttons in the excel ribbon once they are clicked & the tables are rendered. i.e. once the javascript function tied to the Excel ribbon button is done with its task. Is there a way to achieve this?