Ask a question to get started
Enter to sendā¢Shift+Enter new line
Google Sheets insert data options for append operations.
Determines how data should be inserted when appending to a table.
InsertDataOption()
str
Enum
Data overwrites existing data after the table. This is the default.
Rows are inserted for the new data. Existing data is shifted down.