@apollo-office/sheets-note
v1.0.0
Published
Cell note model and commands for Univer Sheets.
Maintainers
Readme
@apollo-office/sheets-note
@apollo-office/sheets-note adds the core note model and commands for cell notes in Univer Sheets.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
| --- | --- | :---: | :---: | :---: |
| @apollo-office/sheets-note | UniverSheetsNote | No | No | Yes |
Installation
pnpm add @apollo-office/sheets-note
# or
npm install @apollo-office/sheets-noteKeep all @univerjs/* packages on the same version.
Usage
import { UniverSheetsNotePlugin } from '@apollo-office/sheets-note';
univer.registerPlugin(UniverSheetsNotePlugin);Integration Notes
Use this package with @apollo-office/sheets-note-ui when users need note editing UI.
