IronsheetIronsheet
API Reference@ironsheet/nodeFunctions

readWorkbookNamedRange

Function: readWorkbookNamedRange()

function readWorkbookNamedRange(
   inputPath, 
   name, 
   options?): Promise<ReadRangeResult>;

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

Parameters

inputPath

string

name

string

options?

sheetName?

string

Returns

Promise<ReadRangeResult>

On this page