MCPcopy
hub / github.com/exceljs/exceljs / createCell

Function createCell

spec/unit/doc/cell.spec.js:31–35  ·  view source on GitHub ↗
(col)

Source from the content-addressed store, hash-verified

29 return this.cells[col] || this.createCell(col);
30 },
31 createCell(col) {
32 const address = colCache.encodeAddress(this.number, col);
33 const column = sheetMock.getColumn(col);
34 return (this.cells[col] = new Cell(this, column, address));
35 },
36 number: num,
37 get worksheet() {
38 return sheetMock;

Callers

nothing calls this directly

Calls 1

getColumnMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…