deleteWorkbookDefinedName
Function: deleteWorkbookDefinedName()
function deleteWorkbookDefinedName(
inputPath,
outputPath,
name,
options?): Promise<boolean>;Defined in: node/src/index.ts:429
Parameters
inputPath
string
outputPath
string
name
string
options?
| {
sheetName?: string;
}
| undefined
Returns
Promise<boolean>