Switching between Filter views using apps script

左心房为你撑大大i 提交于 2019-11-28 11:02:25

问题


I would like to create a custom menu with items to switch between filter views on particular sheet. Is there any way? I need filter views, because of sorting and filtering but still keeping edit option. Filter function doesn't work due to that fact.


回答1:


Filter View doesn't have support on apps Script yet It's an old feature request




回答2:


It is possible to access and edit filters using the Advanced Sheets service, as seen in this example.



来源:https://stackoverflow.com/questions/42350431/switching-between-filter-views-using-apps-script

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