Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
map
Method · 0.95
Calls
2
forEachInSheet
Method · 0.95
each
Method · 0.45
Tested by
no test coverage detected