MCPcopy
hub / github.com/exceljs/exceljs / forEach

Method forEach

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

Source from the content-addressed store, hash-verified

1645 getCellAt(sheetName: string, rowNumber: number, colNumber: number): Cell;
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;

Callers 15

exceljs.browser.jsFile · 0.65
exceljs.bare.jsFile · 0.65
under-dash.jsFile · 0.65
forEachInSheetMethod · 0.65
inheritsFunction · 0.65
writeCompleteFunction · 0.65
validateMethod · 0.65
assignStyleMethod · 0.65
storeMethod · 0.65
loadMethod · 0.65
addColumnMethod · 0.65
removeColumnsMethod · 0.65

Implementers 1

CellMatrixlib/utils/cell-matrix.js

Calls

no outgoing calls

Tested by 1

checkBorderFunction · 0.52