styleWorkbookRange
Function: styleWorkbookRange()
function styleWorkbookRange(
inputPath,
outputPath,
sheetName,
rangeRef,
style): Promise<void>;Defined in: node/src/index.ts:155
Parameters
inputPath
string
outputPath
string
sheetName
string
rangeRef
string
style
Returns
Promise<void>