npm.io
0.25.1 • Published 2d ago

@univerjs/sheets-formula

Licence
Apache-2.0
Version
0.25.1
Deps
4
Size
28.6 MB
Vulns
0
Weekly
165.3K
Stars
13.3K

@univerjs/sheets-formula

npm version license downloads

@univerjs/sheets-formula connects the formula engine to Univer Sheets, including formula data services, dependency handling, and sheet-aware calculation.

Package Overview

Package UMD global CSS Locales Facade entry
@univerjs/sheets-formula UniverSheetsFormula No Yes Yes

Installation

pnpm add @univerjs/sheets-formula
# or
npm install @univerjs/sheets-formula

Keep all @univerjs/* packages on the same version.

Usage

import EnUS from '@univerjs/sheets-formula/locale/en-US';
import { UniverSheetsFormulaPlugin } from '@univerjs/sheets-formula';

univer.registerPlugin(UniverSheetsFormulaPlugin);

// Merge EnUS into your Univer locale map when this package contributes UI text.

Exported plugin classes:

  • UniverSheetsFormulaPlugin
  • UniverRemoteSheetsFormulaPlugin

Integration Notes

Register this package with @univerjs/engine-formula and @univerjs/sheets before adding formula UI packages.

Resources

Keywords