patchWorkbookCells
Function: patchWorkbookCells()
function patchWorkbookCells(
inputPath,
outputPath,
sheetName,
patches): Promise<void>;Defined in: node/src/index.ts:108
Parameters
inputPath
string
outputPath
string
sheetName
string
patches
Returns
Promise<void>