IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

styleWorkbookRange

Function: styleWorkbookRange()

function styleWorkbookRange(
   inputPath, 
   outputPath, 
   sheetName, 
   rangeRef, 
   style): Promise<void>;

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

Parameters

inputPath

string

outputPath

string

sheetName

string

rangeRef

string

style

WorkbookCellStyleInput

Returns

Promise<void>

On this page