@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) • 379 B
TypeScript
import { Context } from "../context";
export declare function getNullData(rlen: number, clen: number): string[][];
export declare function updateMoreCell(r: number, c: number, dataMatrix: string[][], ctx: Context): void;
export declare function getRegStr(regStr: string, splitSymbols: any): string;
export declare function getDataArr(regStr: string, ctx: Context): any[][];