Skip to content
Sheetwrite

Sheetwrite / Documentation

DataCell@sheetwrite/core

Datasource cell value with optional cell-specific styling.

Datasource cell value with optional cell-specific styling.

Variants 3

CellScalar
CellValue
{ value: CellValue; style?: CellStyle }

Declaration

View full TypeScript declaration
export type DataCell =
| CellScalar
| CellValue
| {
value: CellValue;
style?: CellStyle;
};