Merge Range
Merge a range of cells in google sheets.
Last updated
Merge a range of cells in google sheets.
Last updated
Merge a range of sheets using specified merge types in google sheets.
Credential: A variable name that references the user credential to access the resources.
SpreadSheet Id: The Id of the spreadsheet is to be merged.
Sheet Name: The name of the sheet to be merged.
Range: The range of the sheet to be merged.
Merge Type: The type to be merged.
MERGE_ALL
- merge all cells in a range.
MERGE_COLUMNS
- merge each column in a range.
MERGE_ROWS
- merge each row in a range.