IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

mergeWorkbookCells

Function: mergeWorkbookCells()

function mergeWorkbookCells(
   inputPath, 
   outputPath, 
   sheetName, 
   ref): Promise<void>;

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

Parameters

inputPath

string

outputPath

string

sheetName

string

ref

string

Returns

Promise<void>

On this page