@univerjs/sheets
v0.24.0
Published
Core spreadsheet model and business logic for Univer Sheets.
Readme
@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.