Files
univer/packages/sheets-table

@univerjs/sheets-table

npm version license downloads

@univerjs/sheets-table adds the core table model and commands for binding structured table data in Univer Sheets.

Package Overview

Package UMD global CSS Locales Facade entry
@univerjs/sheets-table UniverSheetsTable No No Yes

Installation

pnpm add @univerjs/sheets-table
# or
npm install @univerjs/sheets-table

Keep all @univerjs/* packages on the same version.

Usage

import { UniverSheetsTablePlugin } from '@univerjs/sheets-table';

univer.registerPlugin(UniverSheetsTablePlugin);

Integration Notes

Use this package with @univerjs/sheets-table-ui when users need table controls in the sheet UI.

Resources