Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to modify the Google Docs/Sheets right-click context menu?

It's well known on how to make a custom upper menu item (https://developers.google.com/apps-script/guides/menus), but can you append a function to the context menu when right clicking a cell or item?

like image 707
user3645994 Avatar asked Jan 13 '15 21:01

user3645994


People also ask

How do I change editing rights in a Google Sheets?

You can do this by going to Data > Protected Sheets and Ranges > Sheet > Set Permissions, and in the following window, choose who you want to have editing permissions (optional). Remember that the Editing permission can be given or revoked in the Custom option.

How do I create a custom menu in Google Sheets?

In Google Sheets, select the menu item Extensions > Apps Script to create a script that is bound to the spreadsheet. Delete any code in the script editor and paste in the code below. Return to Sheets and insert an image or drawing by selecting Insert > Image or Insert > Drawing.

Why can't i right click on Google Sheets?

Maybe the sheet is protected. Can you access the commands from the Edit menu? If no menu appears with a right-click you shoud try re-setting the r-click.


1 Answers

No. Can't do it. There is no class or method to modify the right click context menu.

like image 138
Alan Wells Avatar answered Oct 13 '22 11:10

Alan Wells