UNPKG

@univerjs/sheets

Version:

UniverSheet normal base-sheets

16 lines (15 loc) 554 B
import { Disposable, ICommandService, IUniverInstanceService } from '@univerjs/core'; export declare class CalculateResultApplyController extends Disposable { private _univerInstanceService; private readonly _commandService; constructor(_univerInstanceService: IUniverInstanceService, _commandService: ICommandService); private _initialize; /** * Priority that mainly deals with number format in unitData * @param unitId * @param sheetId * @param cellData * @returns */ private _getMergedCellData; }