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 2

workbook
workbook: Workbook;
data
data: ColumnarData;

Declaration

View full TypeScript declaration
export interface SimpleGridInput {
workbook: Workbook;
data: ColumnarData;
}