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