UNPKG

@univerjs-pro/engine-formula

Version:

Performance-enhanced formula engine plugin for Univer Pro.

37 lines (23 loc) 1.11 kB
# @univerjs-pro/engine-formula [![npm version](https://img.shields.io/npm/v/@univerjs-pro/engine-formula?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-formula) [![downloads](https://img.shields.io/npm/dm/@univerjs-pro/engine-formula?style=flat-square)](https://npmjs.com/package/@univerjs-pro/engine-formula) `@univerjs-pro/engine-formula` provides performance-enhanced formula engine plugin for Univer Pro. ## Package Overview | Package | UMD global | CSS | Locales | Facade entry | | --- | --- | :---: | :---: | :---: | | `@univerjs-pro/engine-formula` | `UniverProEngineFormula` | No | No | Yes | ## Installation ```sh pnpm add @univerjs-pro/engine-formula # or npm install @univerjs-pro/engine-formula ``` Keep all `@univerjs/*` and `@univerjs-pro/*` packages on the same version. ## Usage ```ts import { UniverProFormulaEnginePlugin } from '@univerjs-pro/engine-formula'; univer.registerPlugin(UniverProFormulaEnginePlugin); ``` ## Resources - [Documentation](https://docs.univer.ai/guides/pro) - [NPM package](https://npmjs.com/package/@univerjs-pro/engine-formula)