IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

readWorkbookCell

Function: readWorkbookCell()

function readWorkbookCell(
   inputPath, 
   sheetName, 
   address): Promise<
  | ReadCellResult
  | undefined>;

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

Parameters

inputPath

string

sheetName

string

address

string

Returns

Promise< | ReadCellResult | undefined>

On this page