GAS How to create a self-made library with GAS and reuse scripts ~Part 4: Tips and points to note when creating a library~
This is an introduction of how to use an external library with GAS, and how to publish your own library and reuse scripts. If you think of a function that can be used in common, you can reuse it by creating a library and saving it in a public file. This time, I will explain tips and points to note when creating a library.