Docs

Create Table

Creates a new table in Zoho Sheet.

POST

Query

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Body

Arguments
stringrequired

The workbook resource ID.

stringrequired

Name of the worksheet

numberrequired

start row index of the table

numberrequired

start column index of the table

numberrequired

end row index of the table

numberrequired

end column index of the table

boolean

Optional parameter. The default value is true. If set to false, the header row will be inserted at the top as an additional row to the selected range.

string

Optional parameter. Array of header values for the created table. The header_names must be unique. For example : ["country","region"]. The length of header_names and column length of the table must be equal. Provide this value as a valid JSON string.

string

Optional parameter. A json array of styles and properties for table. The template and color values correspond to the options provided in the spreadsheet. Instead of the predefined color options (Accent1 to Accent6), hex color codes can also be used. Example: {"template":"light1", "color":"#FF5733", "properties" : {"first_column":true, "last_column":true, "banded_rows":true, "banded_columns":false, "total_row":false}}. The default table_styles for a table is {"template":"Medium1", "color":"Accent1", "properties": {"first_column":false, "last_column":false, "banded_rows":true, "banded_columns":false, "total_row":false}} Provide this value as a valid JSON string.

Uncommon arguments
string

Alternatively worksheet_id can be used instead of worksheet_name

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.