UNPKG

@fortune-sheet/core

Version:

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

4 lines (3 loc) 236 B
import { Context } from "../context"; import { CellMatrix, Selection } from "../types"; export declare function jfrefreshgrid(ctx: Context, data: CellMatrix | null, range: Selection[] | undefined, isRunExecFunction?: boolean): void;