Skip to content
Sheetwrite

Sheetwrite / Documentation

createSimpleGridInput@sheetwrite/core/adapter

Converts simple columns and row objects into canonical workbook and columnar input.

Converts simple columns and row objects into canonical workbook and columnar input.

Declaration

function createSimpleGridInput<
Row extends Record<string, CellScalar>,
>(options: SimpleSheetwriteOptions<Row>): SimpleGridInput