UNPKG

@odoo/o-spreadsheet

Version:
4 lines (3 loc) 265 B
import { Locale } from "../types/locale"; import { FunctionResultObject, Matrix } from "../types/misc"; export declare function evaluationResultToDisplayString(result: Matrix<FunctionResultObject> | FunctionResultObject, emptyCell: string, locale: Locale): string;