How can I share my app script between Google Sheets?

I have a google corporate account (with a domain) and I created a script to access the database to share data between some tables to do simulations

.

I created some custom functions like =listAllCustomers()

and now I want to use with anyone spreadsheets

.

How can i do this?

In the sheet, I can add my own code via Add On, but how can I share scripts on my domain?

+7


source to share


1 answer


OK, I found the answer. With Google's new approach, all scripts are managed as scripts, so to share a script even on a private domain, you need to publish it to the Add-on Store.



I just follow these steps and after a few days I resolved my need. https://developers.google.com/apps-script/add-ons/publish

+6


source







All Articles