clearWorkbookRange
Function: clearWorkbookRange()
function clearWorkbookRange(
inputPath,
outputPath,
sheetName,
rangeRef,
options?): Promise<void>;Defined in: node/src/index.ts:167
Parameters
inputPath
string
outputPath
string
sheetName
string
rangeRef
string
options?
keepStyles?
boolean
Returns
Promise<void>