-2
爲什麼此代碼需要永久運行?什麼是放慢速度?爲什麼這個谷歌應用程序腳本永遠運行?什麼是放慢速度?
function Refresh(e){
var e=SpreadsheetApp.getActiveSpreadsheet();
var formulaSheet = e.getSheetByName("John");
var formulaCell = formulaSheet.getRange(2,5);
formulaCell.setValue(formulaCell.getFormula().replace("USD","USE"));
formulaCell.setValue(formulaCell.getFormula().replace("USE","USD"));
}