MCPcopy Index your code
hub / github.com/exceljs/exceljs / getNames

Method getNames

lib/doc/defined-names.js:71–73  ·  view source on GitHub ↗
(addressStr)

Source from the content-addressed store, hash-verified

69
70 // get all the names of a cell
71 getNames(addressStr) {
72 return this.getNamesEx(colCache.decodeEx(addressStr));
73 }
74
75 getNamesEx(address) {
76 return _.map(this.matrixMap, (matrix, name) => matrix.findCellEx(address) && name).filter(

Callers

nothing calls this directly

Calls 1

getNamesExMethod · 0.95

Tested by

no test coverage detected