Outline
Templates
- Google Apps Script
var ss=SpreadsheetApp.getActive(); var sheet=ss.getSheetByName("test"); var data = sheet.getDataRange().getValues();
1 var x=100;
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.