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

Function newStringFormulaArg

calc.go:933–935  ·  view source on GitHub ↗

newStringFormulaArg constructs a string formula argument.

(s string)

Source from the content-addressed store, hash-verified

931
932// newStringFormulaArg constructs a string formula argument.
933func newStringFormulaArg(s string) formulaArg {
934 return formulaArg{Type: ArgString, String: s}
935}
936
937// newMatrixFormulaArg constructs a matrix formula argument.
938func newMatrixFormulaArg(m [][]formulaArg) formulaArg {

Callers 15

calcSpliceFunction · 0.85
tokenToFormulaArgFunction · 0.85
cellResolverMethod · 0.85
formulaCriteriaParserFunction · 0.85
COMPLEXMethod · 0.85
dec2xMethod · 0.85
IMCONJUGATEMethod · 0.85
IMCOSMethod · 0.85
IMCOSHMethod · 0.85
IMCOTMethod · 0.85
IMCSCMethod · 0.85
IMCSCHMethod · 0.85

Calls

no outgoing calls

Tested by 5

TestCalcANCHORARRAYFunction · 0.68
TestCalcVLOOKUPFunction · 0.68
TestCalcMatchMatrixFunction · 0.68
TestCalcSORTBYFunction · 0.68