我想在电子表格中找到指定的文本并将其替换为其他单词.我试过这样的.
sheet = SpreadsheetApp.getActiveSheet() sheet.replaceText ('ga: sessions','Sessions');
然后它说 "Cannot find function replaceText in object Sheet."
"Cannot find function replaceText in object Sheet."
javascript google-sheets google-apps-script
google-apps-script ×1
google-sheets ×1
javascript ×1