IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

replaceWorkbookTableRows

Function: replaceWorkbookTableRows()

function replaceWorkbookTableRows(
   inputPath, 
   outputPath, 
   tableName, 
   rows): Promise<void>;

Defined in: node/src/index.ts:606

Parameters

inputPath

string

outputPath

string

tableName

string

rows

CellInput[][]

Returns

Promise<void>

On this page