Skip to main content
Call this API to append one or more rows of data after the last existing record in a DingTalk Spreadsheet worksheet. The system automatically locates the last record that contains data and inserts the new rows immediately below it.

API call description

  • Automatically locates the last record that contains data in the worksheet and appends new rows below it.
  • Supports appending multiple rows at once through the values two-dimensional array.
  • If the worksheet is empty, data is written starting from the first record.
  • Returns the cell range (in A1 notation) where the appended data resides.
  • The number of columns in the appended data should match the number of columns in the existing worksheet data to ensure data alignment.

Request

Basic information

Request headers

Path parameters

Query parameters

Request body

Request example

HTTP
Java
Python
PHP
Go
Node.js
C#

Response

Response body

Response body example

Error codes

If the API call returns an error, find the solution in the Global error codes documentation based on the error message.