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

Function newCellNameToCoordinatesError

errors.go:218–220  ·  view source on GitHub ↗

newCellNameToCoordinatesError defined the error message on converts alphanumeric cell name to coordinates.

(cell string, err error)

Source from the content-addressed store, hash-verified

216// newCellNameToCoordinatesError defined the error message on converts
217// alphanumeric cell name to coordinates.
218func newCellNameToCoordinatesError(cell string, err error) error {
219 return fmt.Errorf("cannot convert cell %q to coordinates: %v", cell, err)
220}
221
222// newCoordinatesToCellNameError defined the error message on converts [X, Y]
223// coordinates to alpha-numeric cell name.

Callers 15

TestAddTableFunction · 0.85
TestAutoFilterFunction · 0.85
TestAddDrawingChartFunction · 0.85
TestAddChartFunction · 0.85
TestDeleteChartFunction · 0.85
TestAddCommentFunction · 0.85
TestAddDrawingVMLFunction · 0.85
TestFormControlFunction · 0.85
TestAddPictureFunction · 0.85
TestGetPictureFunction · 0.85
TestAddDrawingPictureFunction · 0.85

Calls

no outgoing calls

Tested by 15

TestAddTableFunction · 0.68
TestAutoFilterFunction · 0.68
TestAddDrawingChartFunction · 0.68
TestAddChartFunction · 0.68
TestDeleteChartFunction · 0.68
TestAddCommentFunction · 0.68
TestAddDrawingVMLFunction · 0.68
TestFormControlFunction · 0.68
TestAddPictureFunction · 0.68
TestGetPictureFunction · 0.68
TestAddDrawingPictureFunction · 0.68