MCPcopy
hub / github.com/exceljs/exceljs / getCell

Function getCell

spec/utils/index.js:136–138  ·  view source on GitHub ↗
(rowNumber, colNumber)

Source from the content-addressed store, hash-verified

134 return row;
135 },
136 getCell(rowNumber, colNumber) {
137 return this.getRow(rowNumber).getCell(colNumber);
138 },
139 getColumnKey(key) {
140 return this._keys[key];
141 },

Callers

nothing calls this directly

Calls 2

getCellMethod · 0.65
getRowMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…