我正在做一些详尽的搜索,需要确定一个新域(URL)是否已经存在于电子表格中.但是,Spreadsheet对象都没有搜索功能,即大多数Document对象中的findText().我觉得我错过了一些重要的东西.我错过了什么?
findText功能:https://developers.google.com/apps-script/class_table#findText
SearchResult对象:https://developers.google.com/apps-script/class_searchresult
电子表格对象:https://developers.google.com/apps-script/class_sheet
我最好的猜测是尝试转换Document表中的特定Spreadsheet范围,然后执行搜索.Mendokusai