Skip to content

@sheetkit/node / JsCellEntry

Interface: JsCellEntry

Defined in: binding.d.ts:415

A cell reference and value pair for batch operations.

Properties

cell

cell: string

Defined in: binding.d.ts:417

Cell reference (e.g., "A1", "B2").


value

value: string | number | boolean | DateValue | null

Defined in: binding.d.ts:419

Cell value: string, number, boolean, DateValue, or null.

Released under the MIT / Apache-2.0 License.