I am writing a script for google sheets, and I need to know if the following is possible:
If a user does not have editing permission for a sheet, could they still run scripts which edit the sheet?
Basically, my goal is this: I have a sheet of data, and certain people need to be able to edit certain cells. However, I do not want them directly editing the spreadsheet, so I have created a GUI that allows users (which the script validates) to edit particular cells. Will the users be able to run the scripts which edit cells if they do not have permission to edit the sheet itself?
Thanks,
Jordan