Licence
Apache-2.0
Version
0.25.1
Deps
11
Size
980 kB
Vulns
0
Weekly
0
@univerjs/sheets-formula-ui
@univerjs/sheets-formula-ui adds formula editing UI for Univer Sheets, including formula input, suggestions, highlighting, and range selection.
Package Overview
| Package | UMD global | CSS | Locales | Facade entry |
|---|---|---|---|---|
@univerjs/sheets-formula-ui |
UniverSheetsFormulaUi |
Yes | Yes | Yes |
Installation
pnpm add @univerjs/sheets-formula-ui
# or
npm install @univerjs/sheets-formula-uiKeep all @univerjs/* packages on the same version.
Usage
import '@univerjs/sheets-formula-ui/lib/index.css';
import EnUS from '@univerjs/sheets-formula-ui/locale/en-US';
import { UniverSheetsFormulaUIPlugin } from '@univerjs/sheets-formula-ui';
univer.registerPlugin(UniverSheetsFormulaUIPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.