IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

readWorkbookRange

Function: readWorkbookRange()

function readWorkbookRange(
   inputPath, 
   sheetName, 
   rangeRef): Promise<ReadRangeResult>;

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

Parameters

inputPath

string

sheetName

string

rangeRef

string

Returns

Promise<ReadRangeResult>

On this page