I'm creating an add-on for google sheets. The add-on will be used mostly on sheets created by it. Is it possible to restrict the user(owner of the sheet) from editing ranges? However, the add-on should still be able to edit it
I'm new to app script. This is my first project. When I try to protect ranges in Google sheets manually, it doesn't allow me to remove the owner(the only user) to be removed. Is it possible to achieve this using the Protection class?