I'm new to using google appScript to manipulate google sheets and I'm having issues copying data from one spreadsheet to another

前端 未结 0 338
野趣味
野趣味 2020-12-05 03:34

This is the code

function Test() {
  var target = SpreadsheetApp.openById(\'1kzMqjVJEi27GrRYfXu1VOo0Pzaapo5v5B0FW1z7x_yI\');
  Logger.log(target.getName());
}         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题