readCell
Function: readCell()
function readCell(
xml,
address,
options?): ReadCellResult | undefined;Defined in: packages/core/src/worksheet.ts:206
Parameters
xml
string
address
string
options?
sharedStrings?
string[]
Returns
ReadCellResult | undefined