1

The documentation for spreadsheet.appendRow() says that it eliminates the need for getLastRow(). I'd actually like to use getLastRow() or something like it so I can append a block of data. Is it safe to use getLastRow(), or will it be depreciated? Unfortunately the docs don't link to the getLastRow() function and I can't figure out how to search the Google Apps API docs without pulling up a bunch of useless posts from their forum discussions.

https://developers.google.com/apps-script/class_spreadsheet#appendRow

4

1 回答 1

4

它没有被弃用。它在电子表格 -> 工作表 -> getLastRow() 下进行了描述。

https://developers.google.com/apps-script/class_sheet#getLastRow

于 2012-09-10T14:13:39.410 回答