How can you monitor for click events in Google Apps script for spreadsheets?

前端 未结 6 1801
轮回少年
轮回少年 2021-01-12 13:51

I\'m managing a Google spreadsheet with a script. onEdit is working - I can colour a cell red by putting

SpreadsheetApp.getActiveRange().setBackgroundRGB(25         


        
6条回答
  •  一向
    一向 (楼主)
    2021-01-12 14:07

    Create a "Drawing" with background transparent; then move and place the drawing on top of the cell you need and then assign the script to the drawing.

提交回复
热议问题