UNPKG

@fortune-sheet/core

Version:

FortuneSheet is a drop-in javascript spreadsheet library that provides rich features like Excel and Google Sheets

6 lines (5 loc) 530 B
import { CellMatrix, Context, FormulaCell } from ".."; export declare function setFormulaCellInfo(ctx: Context, formulaCell: FormulaCell, data?: CellMatrix): void; export declare function executeAffectedFormulas(ctx: Context, formulaRunList: any[], calcChains: any): void; export declare function getFormulaRunList(updateValueArray: any[], formulaCellInfoMap: any): any[]; export declare const arrayMatch: (arrayMatchCache: any, formulaDependency: any, _formulaCellInfoMap: any, _updateValueObjects: any, func: any) => void;