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) 177 B
import { Context } from "../context"; import { Range } from "../types"; export declare function mergeCells(ctx: Context, sheetId: string, ranges: Range, type: string): void;