IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

styleWorkbookCell

Function: styleWorkbookCell()

function styleWorkbookCell(
   inputPath, 
   outputPath, 
   sheetName, 
   address, 
   style): Promise<void>;

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

Parameters

inputPath

string

outputPath

string

sheetName

string

address

string

style

WorkbookCellStyleInput

Returns

Promise<void>

On this page