Search code examples
office-jsexcel-addins

Insert ActiveX Control in Excel using Excel JavaScript API while creating Excel-Web-AddIns


I am developing a Excel-Web-AddIns Project and I want to bind data in Excel ActiveX control using Excel JavaScript API.

Is it possible to create ActiveX control in Excel using Excel JavaScript API? Please share code, if possible.


Solution

  • There is no API in Excel.js to create an ActiveX control. ActiveX is for Windows only. Excel Web Add-ins are for cross-platform add-ins.