MCPcopy
hub / github.com/exceljs/exceljs / model

Method model

lib/doc/defined-names.js:175–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 }
174
175 get model() {
176 // To get names per cell - just iterate over all names finding cells if they exist
177 return _.map(this.matrixMap, (matrix, name) => this.getRanges(name, matrix)).filter(
178 definedName => definedName.ranges.length
179 );
180 }
181
182 set model(value) {
183 // value is [ { name, ranges }, ... ]

Callers

nothing calls this directly

Calls 5

getRangesMethod · 0.95
popMethod · 0.80
mapMethod · 0.65
forEachMethod · 0.65
addCellMethod · 0.65

Tested by

no test coverage detected