Skip to content

Function: SheetViewer()

ts
function SheetViewer(props: UiSheetViewerProps): Block;

Defined in: packages/sdk/src/renderer/blocks/index.ts:1248

Spreadsheet (xlsx) viewer rendered via handsontable.

Parameters

ParameterType
propsUiSheetViewerProps

Returns

Block

Example

ts
SheetViewer({base64: '...xlsx-base64...', handsontableLicenseKey: '...'});

Matterway Assistant SDK Documentation