MCPcopy
hub / github.com/exceljs/exceljs / add

Function add

test/testSax2.js:10–12  ·  view source on GitHub ↗
(cell)

Source from the content-addressed store, hash-verified

8};
9Row.prototype = {
10 add(cell) {
11 this.cells[cell.address] = cell;
12 },
13};
14
15const parser = Sax.createStream(true, {});

Callers 7

renderMethod · 0.50
renderMethod · 0.50
parseCloseMethod · 0.50
parseCloseMethod · 0.50
renderMethod · 0.50
parseOpenMethod · 0.50
renderMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected