@univerjs/sheets-formula-ui
v0.14.0
Published
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales | | --- | --- | --- | --- | --- | :---: | :---: | | `@univerjs/sheets-formula-ui` | `UniverSheetsFormulaUi` | [![][npm-version-shield]][npm-version-link]
Keywords
Readme
@univerjs/sheets-formula-ui
Package Overview
| Package Name | UMD Namespace | Version | License | Downloads | Contains CSS | Contains i18n locales |
| --- | --- | --- | --- | --- | :---: | :---: |
| @univerjs/sheets-formula-ui | UniverSheetsFormulaUi | |
|
| ⭕️ | ⭕️ |
Introduction
@univerjs/sheets-formula provides the ability to edit formulas in spreadsheets, including features such as auto-completion, formula suggestions, drop-down filling for formulas, and copy-paste functionality.
[!NOTE] Formula calculation is one of the core functionalities of spreadsheets, and formula calculation scheduling is done in
@univerjs/sheets.
Usage
Installation
# Using npm
npm install @univerjs/sheets-formula-ui
# Using pnpm
pnpm add @univerjs/sheets-formula-uiHow To Customize Formulas
If the officially provided formula does not meet your needs, you can expand the formula yourself. Depending on different needs, we provide multiple ways to support registering one or more custom formulas.
