API 参考

@univerjs/engine-formula

本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。

Formula parsing, dependency management, and calculation engine for Univer.

TypeScript
import { UniverFormulaEnginePlugin } from '@univerjs/engine-formula'univer.registerPlugin(UniverFormulaEnginePlugin, IUniverEngineFormulaConfig)

Entry Points

  • Facade: @univerjs/engine-formula/facade

IUniverEngineFormulaConfig

TypeScript
import type { Ctor } from '@univerjs/core'import type { IFunctionNames } from '../basics/function'import type { BaseFunction } from '../functions/base-function'export interface IUniverEngineFormulaConfig {  notExecuteFormula?: boolean  function?: Array<[Ctor<BaseFunction>, IFunctionNames]>  /**   * The formula calculation quantity interval for waiting for the main thread message in the worker. Each time the formula calculates the `intervalCount` quantity, it will receive a main thread message to support stopping the calculation. Default is 500   */  intervalCount?: number}

你觉得这篇文档如何?

© 2026 DreamNum Co., Ltd.