LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Saturday, October 14, 2017

スプレッドシートのシートIDとは

スプレッドシートのシートIDは以下の青字で示したgid=の後ろにある文字列です。
BLUE TEXT below is the Sheet ID of the spreadsheet.

https://docs.google.com/spreadsheets/d/ファイルID/edit#gid=ここの数字がシートID


例示のシートの場合

シート1のIDは 0


シート2のIDは 763616628

Latest post

Creating a template copier app in Google Apps Script

Introduction This article will show you a template copier application in Google Apps Script.  This application will automatically copy a t...