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

@univerjs/engine-formula v0.1.17Docs


Variable: functionLookup

const functionLookup: (
  | (FUNCTION_NAMES_LOOKUP | typeof Address)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Choose)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Column)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Indirect)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Vlookup)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Lookup)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Match)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Hlookup)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Xlookup)[]
  | (FUNCTION_NAMES_LOOKUP | typeof Xmatch)[])[];

Defined in

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


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