@univerjs/sheets-formula-ui
v0.25.2
Published
Formula editing UI for Univer Sheets.
Readme
@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.