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