Skip to content

writeCellField

Since v3.3.0

Write value into row for field, honoring nested dotted paths and the same back-compat precedence as readCellField. Returns true when a write occurred. Prototype-pollution safe.

function writeCellField(row: unknown, field: string, value: unknown): boolean
NameTypeDescription
rowunknown
fieldstring
valueunknown