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

Method forEach

lib/utils/cell-matrix.js:91–95  ·  view source on GitHub ↗
(callback)

Source from the content-addressed store, hash-verified

89 }
90
91 forEach(callback) {
92 _.each(this.sheets, (sheet, sheetName) => {
93 this.forEachInSheet(sheetName, callback);
94 });
95 }
96
97 map(callback) {
98 const results = [];

Callers 1

mapMethod · 0.95

Calls 2

forEachInSheetMethod · 0.95
eachMethod · 0.45

Tested by

no test coverage detected