API Reference
@univerjs
@univerjs/engine-formula
variables
Functiontext

@univerjs/engine-formula v0.4.2Docs


Variable: functionText

const functionText: (
  | (FUNCTION_NAMES_TEXT | typeof Concat)[]
  | (FUNCTION_NAMES_TEXT | typeof Concatenate)[]
  | (FUNCTION_NAMES_TEXT | typeof Lower)[]
  | (FUNCTION_NAMES_TEXT | typeof Textafter)[]
  | (FUNCTION_NAMES_TEXT | typeof Textbefore)[]
  | (FUNCTION_NAMES_TEXT | typeof Textsplit)[])[];

Defined in

packages/engine-formula/src/functions/text/function-map.ts:54 (opens in a new tab)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.