Skip to content
Sheetwrite

Sheetwrite / Documentation

SimpleGridInput@sheetwrite/core/adapter

Normalized workbook and columnar data produced from simple adapter props.

Normalized workbook and columnar data produced from simple adapter props.

Members 3

workbook
workbook: Workbook;
data
data: ColumnarData;
presentation Simple row-object input always opts into semantic data-grid presentation.
presentation: "data-grid";

Declaration

View full TypeScript declaration
export interface SimpleGridInput {
workbook: Workbook;
data: ColumnarData;
presentation: "data-grid";
}