merge_table_cells
Combine adjacent table cells into a single cell in Google Docs by specifying starting position and span dimensions for improved table formatting.
Instructions
Merge table cells into a single cell.
Creates a merged cell starting at (start_row, start_column) spanning the specified number of rows and columns.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | The ID of the Google Document | |
| table_start_index | Yes | The index where the table starts | |
| start_row | Yes | Starting row index (0-based) | |
| start_column | Yes | Starting column index (0-based) | |
| row_span | Yes | Number of rows to merge | |
| column_span | Yes | Number of columns to merge |