1

I have done my app script for test google sheet. Now I want to import this app script in another google sheet. I can copy all code to new app script, but it seems not a good way and a little stupid. Is there any better way?

1 Answers1

0

You've got two options

  1. Build a library, this will allow you to easily integrate your code in any spreadsheet
  2. Build an add-on; this is slightly more complex, but will allow your users to use a UI to run your scripts without ever needing to use an editor. In your case it's probably best to use this option if you have a Workspace account, this way you can build a private add-on
Dmitry Kostyuk
  • 1,354
  • 1
  • 5
  • 21