@apollo-office/sheets
v1.0.1
Published
Core spreadsheet model and business logic for Univer Sheets.
Maintainers
Readme
@apollo-office/sheets
@apollo-office/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 |
| --- | --- | :---: | :---: | :---: |
| @apollo-office/sheets | UniverSheets | No | Yes | Yes |
Installation
pnpm add @apollo-office/sheets
# or
npm install @apollo-office/sheetsKeep all @univerjs/* packages on the same version.
Usage
import EnUS from '@apollo-office/sheets/locale/en-US';
import { UniverSheetsPlugin } from '@apollo-office/sheets';
univer.registerPlugin(UniverSheetsPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.