Google Sheets
gs_merge_cells
Merge cells in a range. All values except the top-left cell are cleared.
Remote node2flow/google-sheets
Other tools also called gs_merge_cells?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"sheet_id": {
"type": "number",
"description": "The numeric sheet ID"
},
"merge_type": {
"type": "string",
"description": "Merge type: \"MERGE_ALL\" (default), \"MERGE_COLUMNS\", \"MERGE_ROWS\""
},
"end_row_index": {
"type": "number",
"description": "End row (0-based exclusive)"
},
"spreadsheet_id": {
"type": "string",
"description": "The spreadsheet ID"
},
"start_row_index": {
"type": "number",
"description": "Start row (0-based inclusive)"
},
"end_column_index": {
"type": "number",
"description": "End column (0-based exclusive)"
},
"start_column_index": {
"type": "number",
"description": "Start column (0-based inclusive)"
}
}
}