Search code examples
office-jsoffice-addinsexcel-addins

Is it possible to add a button on Excel sheet using Office Js Api?


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


Solution

  • It seems that currently there is no way to add a button to the spreadsheet itself with the Excel JavaScript Library.