Licence
Apache-2.0
Version
0.5.5-experimental.20250125-1aa33c0
Deps
5
Size
2.2 MB
Vulns
0
Weekly
139.9K
Stars
13.3K
Deprecatedthis package has been deprecated
@univerjs/sheets
@univerjs/sheets provides the core spreadsheet data model and business logic for Univer Sheets, independent of the UI layer.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/sheets |
UniverSheets |
No | Yes | Yes |
Installation
pnpm add @univerjs/sheets
# or
npm install @univerjs/sheetsKeep all @univerjs/* packages on the same version.
Usage
import EnUS from '@univerjs/sheets/locale/en-US';
import { UniverSheetsPlugin } from '@univerjs/sheets';
univer.registerPlugin(UniverSheetsPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.