MCPcopy Index your code
hub / github.com/qax-os/excelize / newPivotTableDataRangeError

Function newPivotTableDataRangeError

errors.go:326–328  ·  view source on GitHub ↗

newPivotTableDataRangeError defined the error message on receiving the invalid pivot table data range.

(msg string)

Source from the content-addressed store, hash-verified

324// newPivotTableDataRangeError defined the error message on receiving the
325// invalid pivot table data range.
326func newPivotTableDataRangeError(msg string) error {
327 return fmt.Errorf("parameter 'DataRange' parsing error: %s", msg)
328}
329
330// newPivotTableRangeError defined the error message on receiving the invalid
331// pivot table range.

Callers 6

TestPivotTableFunction · 0.85
TestPivotTableDataRangeFunction · 0.85
getTableFieldsOrderMethod · 0.85
addPivotCacheMethod · 0.85

Calls

no outgoing calls

Tested by 2

TestPivotTableFunction · 0.68
TestPivotTableDataRangeFunction · 0.68