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

Function newPivotTableRangeError

errors.go:332–334  ·  view source on GitHub ↗

newPivotTableRangeError defined the error message on receiving the invalid pivot table range.

(msg string)

Source from the content-addressed store, hash-verified

330// newPivotTableRangeError defined the error message on receiving the invalid
331// pivot table range.
332func newPivotTableRangeError(msg string) error {
333 return fmt.Errorf("parameter 'PivotTableRange' parsing error: %s", msg)
334}
335
336// newStreamSetRowError defined the error message on the stream writer
337// receiving the non-ascending row number.

Callers 3

TestPivotTableFunction · 0.85
addPivotTableMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestPivotTableFunction · 0.68