Skip to content

Function: SheetViewer()

ts
function SheetViewer(props: UiSheetViewerProps): Block;

Defined in: src/renderer/blocks/index.ts:1165

Spreadsheet (xlsx) viewer rendered via handsontable.

Parameters

ParameterType
propsUiSheetViewerProps

Returns

Block

Example

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

Matterway Assistant SDK Documentation