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

Function newNotWorksheetError

errors.go:320–322  ·  view source on GitHub ↗

newNotWorksheetError defined the error message on receiving a sheet which not a worksheet.

(name string)

Source from the content-addressed store, hash-verified

318// newNotWorksheetError defined the error message on receiving a sheet which
319// not a worksheet.
320func newNotWorksheetError(name string) error {
321 return fmt.Errorf("sheet %s is not a worksheet", name)
322}
323
324// newPivotTableDataRangeError defined the error message on receiving the
325// invalid pivot table data range.

Callers 9

setArrayFormulaCellsMethod · 0.85
getAllSlicersMethod · 0.85
adjustColDimensionsMethod · 0.85
adjustRowDimensionsMethod · 0.85
adjustDataValidationsMethod · 0.85
getTablesMethod · 0.85
getPivotTablesMethod · 0.85
workSheetReaderMethod · 0.85
UpdateLinkedValueMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected