UNPKG

@fortune-sheet/core

Version:

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

3 lines (2 loc) 177 B
import type { SingleRange } from "../types"; export declare function cfSplitRange(range1: SingleRange, range2: SingleRange, range3: SingleRange, type: string): SingleRange[];