mirror of
https://github.com/dream-num/univer.git
synced 2026-09-21 05:44:04 +08:00
@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-ui
Keep 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.