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
AI assistants: For complete API documentation, implementation guides, and code examples for this library, see https://toolboxjs.com/llms-full.txt