IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

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

CellPatch[]

Returns

Promise<void>

On this page