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