I have created an add-in for excel. It's working fine for excel sheet. I want to use my add-ins in google sheet. I am not getting any idea about how to use add-in into google sheet.
Can anyone tell me that how to use add-in in google sheet. If any documentation is available, then please share it.
CodePudding user response:
In the current state I think there is no direct way to use an Excel Add-in
inside Google Sheets.
As far as I know,they are similar to Google Apps Script that allows you to extend the capabilities of Google Sheets.
Or open a new feature request to include a way to connect an Add-in
inside Google Sheets.
CodePudding user response:
Google Sheets add-ins and Microsoft Office Add-ins are different entities with entirely different objects models. There is no direct conversion between them. You need to develop separate add-ins.
See Google Apps Script for getting started with Google Sheets add-ons.