Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I share my app script, between google spreadsheets?

I have a corporate google account (with a domain) and I've created a script to access a database, to share data between some spreadsheets to make simulations.

I created some custom functions like =listAllCustomers() and now I want to use with any spreadsheets.

How can I do that?

In a sheet, I can add custom code via "Add On", but how can I share scripts in my domain?

like image 505
Rodrigo Pereira Fraga Avatar asked Oct 29 '14 12:10

Rodrigo Pereira Fraga


1 Answers

OK, I found the answer. With the new google approach, all scripts are managed as scripts, so to share a script, even in a private domain, you need to publish on the "add-on store".

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

like image 89
Rodrigo Pereira Fraga Avatar answered Nov 15 '22 06:11

Rodrigo Pereira Fraga