Google Apps Script スプレッドシートを作成するサンプル

環境
Google Chrome  122.0.6261.129(Official Build) (64 ビット)
Windows 11 Pro 64bit

構文
SpreadsheetApp.create(スプレッドシート名)
スプレッドシートを作成するには、「SpreadsheetApp.create」を使用します。

使用例
「testBook」というスプレッドシートを作成します。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function myFunction() {
SpreadsheetApp.create("testBook");
}
function myFunction() { SpreadsheetApp.create("testBook"); }
function myFunction() {

  SpreadsheetApp.create("testBook");

}

 

IT

Posted by arkgame