UNPKG

@univerjs-pro/engine-formula

Version:

Performance-enhanced formula engine plugin for Univer Pro.

9 lines (8 loc) 1.23 kB
export { CellCodec } from './dependency-engine/cell-codec'; export { DependencyEngine } from './dependency-engine/dependency-engine'; export { FormulaCellIndex } from './dependency-engine/formula-cell-index'; export { cellFormulaNode, featureCalculationNode, otherFormulaNode, } from './dependency-engine/node-helpers'; export { PointSubscriptionIndex } from './dependency-engine/point-subscription-index'; export { RangeIndex } from './dependency-engine/range-index'; export type { CalcNodeDeps, CalcNodeIndex, CalcNodeRef, CalculationOrderResult, CalculationOrderTree, CalculationPlanItem, CellId, CompressedSharedFormulaGroup, CompressedSharedFormulaPattern, DecodedCell, DecodedFeatureCalculationId, DecodedOtherFormulaId, DependencyEngineOptions, DynamicDependency, DynamicResolver, DynamicResolveResult, ExternalNodeId, ICalcNodeDeps, ICalcNodeRef, ICalculationOrderResult, ICalculationOrderTree, ICalculationPlanItem, ICompressedSharedFormulaGroup, ICompressedSharedFormulaPattern, IDecodedCell, IDecodedFeatureCalculationId, IDecodedOtherFormulaId, IDependencyEngineOptions, IRefRange, ISetNodeResult, RefRange, SetNodeResult, } from './dependency-engine/types'; export { CalcNodeType } from './dependency-engine/types';