mirror of
https://github.com/dream-num/univer.git
synced 2026-09-19 02:18:42 +08:00
@univerjs/sheets-table
@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.