Skip to content

@sheetkit/node / JsColData

Interface: JsColData

Defined in: binding.d.ts:453

A column with its name and cell data.

Properties

cells

cells: JsColCell[]

Defined in: binding.d.ts:457

Cells with data in this column.


column

column: string

Defined in: binding.d.ts:455

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

Released under the MIT / Apache-2.0 License.