MCPcopy
hub / github.com/exceljs/exceljs / getNamesEx

Method getNamesEx

lib/doc/defined-names.js:75–79  ·  view source on GitHub ↗
(address)

Source from the content-addressed store, hash-verified

73 }
74
75 getNamesEx(address) {
76 return _.map(this.matrixMap, (matrix, name) => matrix.findCellEx(address) && name).filter(
77 Boolean
78 );
79 }
80
81 _explore(matrix, cell) {
82 cell.mark = false;

Callers 1

getNamesMethod · 0.95

Calls 2

mapMethod · 0.65
findCellExMethod · 0.65

Tested by

no test coverage detected