雲端工具入門
	函式
function setData(){
let ss = SpreadsheetApp.getActiveSpreadsheet();
let ws = ss.getSheetByName('表單回應 1');
// 指定儲存格
let range = ws.getRange(2, 6);
// 寫資料至 指定儲存格
range.setValue(100);
}
  
  .videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    }
    .videobox iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  
  
    
    
  
	Youtube影片:https://youtu.be/PNYu3DVGjGg