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

Function newCoordinatesToCellNameError

errors.go:224–226  ·  view source on GitHub ↗

newCoordinatesToCellNameError defined the error message on converts [X, Y] coordinates to alpha-numeric cell name.

(col, row int)

Source from the content-addressed store, hash-verified

222// newCoordinatesToCellNameError defined the error message on converts [X, Y]
223// coordinates to alpha-numeric cell name.
224func newCoordinatesToCellNameError(col, row int) error {
225 return fmt.Errorf("invalid cell reference [%d, %d]", col, row)
226}
227
228// newFieldLengthError defined the error message on receiving the field length
229// overflow.

Callers 6

TestAddTableFunction · 0.85
TestSetTableColumnsFunction · 0.85
TestSlicerFunction · 0.85
TestSearchSheetFunction · 0.85
CoordinatesToCellNameFunction · 0.85

Calls

no outgoing calls

Tested by 5

TestAddTableFunction · 0.68
TestSetTableColumnsFunction · 0.68
TestSlicerFunction · 0.68
TestSearchSheetFunction · 0.68