You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that InsertRangeRequest is not implemented yet.
But, is there any alternative to achieve same functionality using already existing implementations?
I am inserting some data into sheets through a script;
But I want that when the 2nd time script is run, any new data should be added on top of the sheet
and not append on bottom.
Thanks
The text was updated successfully, but these errors were encountered:
I see that
InsertRangeRequest
is not implemented yet.But, is there any alternative to achieve same functionality using already existing implementations?
I am inserting some data into sheets through a script;
But I want that when the 2nd time script is run, any new data should be added on top of the sheet
and not append on bottom.
Thanks
The text was updated successfully, but these errors were encountered: