Skip to content
Sheetwrite

Sheetwrite / Documentation

RowData@sheetwrite/core

Object-shaped datasource row keyed by workbook column keys.

Object-shaped datasource row keyed by workbook column keys.

Declaration

export type RowData = Record<string, DataCell>;