MCPcopy
hub / github.com/exceljs/exceljs / map

Method map

index.d.ts:1648–1648  ·  view source on GitHub ↗
(callback: (cell: Cell) => T)

Source from the content-addressed store, hash-verified

1646 removeCellEx(address: string | Location): void;
1647 forEach(callback: (cell: Cell) => void): void;
1648 map<T>(callback: (cell: Cell) => T): T[];
1649 findSheet(address: string | Location, create: boolean): Cell[] | undefined;
1650 findSheetRow(sheet: Cell[][], address: string | Location, create: boolean): Row | undefined;
1651 findRowCell(row: any[], address: Address, create: boolean): Cell | undefined;

Callers 15

copyStyleFunction · 0.65
under-dash.jsFile · 0.65
toBufferFunction · 0.65
_pipeFunction · 0.65
readFunction · 0.65
toStringMethod · 0.65
makePivotTableFunction · 0.65
modelMethod · 0.65
modelMethod · 0.65
getNamesExMethod · 0.65
getRangesMethod · 0.65
modelMethod · 0.65

Implementers 1

CellMatrixlib/utils/cell-matrix.js

Calls

no outgoing calls

Tested by

no test coverage detected