renameWorkbookSheet
Function: renameWorkbookSheet()
function renameWorkbookSheet(
inputPath,
outputPath,
sheetName,
nextName): Promise<void>;Defined in: node/src/index.ts:640
Parameters
inputPath
string
outputPath
string
sheetName
string
nextName
string
Returns
Promise<void>