本文介绍了Google Apps脚本表onClick事件将X放入单元格中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我发现在Google工作表中创建复选框的方式不是很好。当单击单元格时,是否有一种脚本可以将X或复选标记置于单元格中?我希望这个脚本适用于第5列中的所有单元格。
I see there is not a great way to create a checkbox in Google sheets. Is there a way with a script for an X or checkmark to get placed in a cell when the cell is clicked? I'd like the script to work for all cells in column 5.
推荐答案
没有。您可以使用菜单将X放在选定的单元格上,但不能单击单元格。
No there isnt. You can use a menu to put the X on the selected cell but not on cell click.
这篇关于Google Apps脚本表onClick事件将X放入单元格中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!