Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
268 views
in Technique[技术] by (71.8m points)

google apps script - Is it possible to use a cell with a url linked object to trigger a function?

I am trying to create a spreadsheet that has sections that are hideable by buttons in the spreadsheet. using insert images or shapes will not work as the place that they need to be located will get hidden which places the buttons in the wrong place.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Cell links can't be used to trigger a function from a server sided bounded script project but they could be used to run a web app.

It's worthy to note that could be a lot easier to use a sidebar to put there the buttons that you need.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...