Can I somehow dock the searchbox (ctrl +f) or create a new searchbox in the top menu in Google Sheets so that it is always visible?

回眸只為那壹抹淺笑 提交于 2020-01-06 17:59:50

问题


I have been searching for a while now but I cannot find an answer to the following question; Is it possible to dock or show the searchbox from Google Sheets somewhere so that it is always visible? I have some experience with Google Apps Script so any solution from that perspective is also fine!

Ps. I can't use a sidebar.

Regards


回答1:


Everything that you can do to the Google Sheets UI via Google Apps Script is documented in Extending Google Sheets.

You have no control over Google's UI components, such as the Search & Replace dialog.

You could implement your own search dialog, and display it as a modeless dialog that would always be visible. If you've already looked into sidebar and found that didn't work for you, just replace your call to showSidebar() with showModelessDialog().



来源:https://stackoverflow.com/questions/29987984/can-i-somehow-dock-the-searchbox-ctrl-f-or-create-a-new-searchbox-in-the-top

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!