Rename Sheet
Rename the sheet name of google sheets.
Rename the old sheet name with the new sheet name in google spreadsheet.
Input
Credential:
Object Variable
A variable name that references the user credential to access the resources.
SpreadSheet Id:
String Argument
The Id of the spreadsheet is to be renamed.
Old Sheet Name:
String Argument
The old name of the sheet is to be renamed.
New Sheet Name:
String Argument
The new name of the sheet to be renamed.
Last updated