Skip to content
Sheetwrite

Sheetwrite / Documentation

createSimpleRowBridge@sheetwrite/core/adapter

Creates the optional row bridge for a simple data-first input.

Creates the optional row bridge for a simple data-first input.

Declaration

function createSimpleRowBridge<
Row extends Record<string, CellScalar>,
Id extends RowBridgeId = RowBridgeId,
>(
options: SimpleSheetwriteOptions<Row, Id>,
): RowBridgeInstance<Id> | undefined