Skip to content

Instantly share code, notes, and snippets.

@jschang19
Created August 15, 2021 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jschang19/fbf7649533ca77960a45527415a36719 to your computer and use it in GitHub Desktop.
Save jschang19/fbf7649533ca77960a45527415a36719 to your computer and use it in GitHub Desktop.
取得 Google試算表最大行數的 App Script 語法
var current_list_row = reserve_list.getLastRow();
// 語法:{ 試算表變數 }.getLastRow();
// reserve_list 要改成你設定的名稱
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment