MCPcopy
hub / github.com/qax-os/excelize / newEmptyFormulaArg

Function newEmptyFormulaArg

calc.go:963–965  ·  view source on GitHub ↗

newEmptyFormulaArg create an empty formula argument.

()

Source from the content-addressed store, hash-verified

961
962// newEmptyFormulaArg create an empty formula argument.
963func newEmptyFormulaArg() formulaArg {
964 return formulaArg{Type: ArgEmpty}
965}
966
967// evalInfixExp evaluate syntax analysis by given infix expression after
968// lexical analysis. Evaluate an infix expression containing formulas by

Callers 15

evalInfixExpMethod · 0.85
evalInfixExpFuncMethod · 0.85
cellResolverMethod · 0.85
rangeResolverMethod · 0.85
prepareTrendGrowthFunction · 0.85
strToTimeFunction · 0.85
strToDateFunction · 0.85
textAfterBeforeResultFunction · 0.85
ANCHORARRAYMethod · 0.85
lookupColFunction · 0.85
checkPriceYieldArgsFunction · 0.85

Calls

no outgoing calls

Tested by 5

TestCalcToListFunction · 0.68
TestGetFormulaUniqueArgsFunction · 0.68
TestEvalInfixExpFunction · 0.68