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) 226 B
import { Cell, Context } from ".."; export declare function orderbydata(isAsc: boolean, index: number, data: (Cell | null)[][]): (Cell | null)[][]; export declare function sortSelection(ctx: Context, isAsc: boolean): void;