I am building an Excel Addin using Office JS API. I have found a workaround to dynamically generate drop-down lists and now I am wondering whether I can add a Button on excel sheet using Excel JS API
It seems that currently there is no way to add a button to the spreadsheet itself with the Excel JavaScript Library.