Assigned
Status Update
Comments
jp...@google.com <jp...@google.com> #2
I believe this is for the shim library but it's unclear who the new owner is now, so please triage and reassign.
bl...@google.com <bl...@google.com> #3
Automated by Blunderbuss job workspace-devrel-public-issue-tracker-blunderbuss-autoassigner for config assign for component 191640.
Description
Before opening a new issue, please search for other related issues , click the ★ to subscribe to updates, and click
+1
to vote.Description
It would be helpful if appendrow() returned the row number it appended.
Impact
Sheet.appendRow([foo,bar]); var newRow = Sheet.getLastRow();
would become
var newRow = appendRow([foo,bar]);