iEhohs DokuWiki

主にプログラミングなど情シス業務の備忘録です

ユーザ用ツール

サイト用ツール


gas:spreadsheet:last-row-column

最終行・列を取得する

最終行を取得する

SHEET.getLastRow();

連続するデータの最終行を取得する

SHEET.getRange(1, 1).getNextDataCell(SpreadsheetApp.Direction.DOWN).getRow();
スポンサーリンク
gas/spreadsheet/last-row-column.txt · 最終更新: 2023/11/16 23:46 by Shohei Okuda