Count forks, similar to Github, for a Google sheet

2019-09-11 16:06发布

问题:

Update: Question regarding a proper distribution mechanism in the first place: Publish and distribute a Google Sheets with App Scripts so user gets private copy of sheet

I'm developing an app inside a Google Sheet for which the delivery is basically just hard copy / forking. Does Google Docs have a forking mechanism that counts or tracks forks in any way?

Alternately is there a way to hack this? I could give the user an optional link to register (i.e. Google form) their sheet.

回答1:

There's no real forking of app script projects, but for the delivery system you describe, google app add-ons do the trick

See the doc here

You can deploy and app for all users of the g Suite domain or through a google group or finally to a specific list of users defined by you