MCPcopy
hub / github.com/exceljs/exceljs / addCell

Method addCell

index.d.ts:1638–1638  ·  view source on GitHub ↗
(addressStr: string)

Source from the content-addressed store, hash-verified

1636
1637export interface CellMatrix {
1638 addCell(addressStr: string): void;
1639 getCell(addressStr: string): Cell;
1640 findCell(addressStr: string): Cell | undefined;
1641 findCellAt(sheetName: string, rowNumber: number, colNumber: number): Cell | undefined;

Callers 1

modelMethod · 0.65

Implementers 1

CellMatrixlib/utils/cell-matrix.js

Calls

no outgoing calls

Tested by

no test coverage detected