@apollo-office/sheets-formula-ui
v1.0.1
Published
Formula editing UI for Univer Sheets.
Maintainers
Readme
@apollo-office/sheets-formula-ui
@apollo-office/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 |
| --- | --- | :---: | :---: | :---: |
| @apollo-office/sheets-formula-ui | UniverSheetsFormulaUi | Yes | Yes | Yes |
Installation
pnpm add @apollo-office/sheets-formula-ui
# or
npm install @apollo-office/sheets-formula-uiKeep all @univerjs/* packages on the same version.
Usage
import '@apollo-office/sheets-formula-ui/lib/index.css';
import EnUS from '@apollo-office/sheets-formula-ui/locale/en-US';
import { UniverSheetsFormulaUIPlugin } from '@apollo-office/sheets-formula-ui';
univer.registerPlugin(UniverSheetsFormulaUIPlugin);
// Merge EnUS into your Univer locale map when this package contributes UI text.