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