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>