Skip to content

@sheetkit/node / JsRowCell

Interface: JsRowCell

Defined in: binding.d.ts:851

A single cell entry with its column name and value.

Properties

boolValue?

optional boolValue: boolean

Defined in: binding.d.ts:861

Boolean value (only set when value_type is "boolean").


column

column: string

Defined in: binding.d.ts:853

Column name (e.g., "A", "B", "AA").


numberValue?

optional numberValue: number

Defined in: binding.d.ts:859

Numeric value (only set when value_type is "number").


value?

optional value: string

Defined in: binding.d.ts:857

String representation of the cell value.


valueType

valueType: string

Defined in: binding.d.ts:855

Cell value type: "string", "number", "boolean", "date", "empty", "error", "formula".

Released under the MIT / Apache-2.0 License.