【发布时间】:2014-11-10 10:39:59
【问题描述】:
我正在使用 Google Script 并从工作表中的各种表中检索记录,并试图找出框架将允许这样做的一些优雅方法,而无需自己从头开始编写一些东西。根据以下帖子,Google Apps 脚本中似乎没有直接利用工作表本身存在的过滤器功能的功能:
google spreadsheet script - Enable filter with a range by script
那么,如果是这种情况,人们会求助于什么来在 Google Script 中执行过滤和排序数据的功能?
谢谢, 尼古拉斯·金凯德
【问题讨论】:
标签: google-apps-script google-sheets