Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ map
Method
map
lib/utils/cell-matrix.js:97–103 ·
view source on GitHub ↗
(callback)
Source
from the content-addressed store, hash-verified
95
}
96
97
map(callback) {
98
const
results = [];
99
this.forEach(cell => {
100
results.push(callback(cell));
101
});
102
return
results;
103
}
104
105
findSheet(address, create) {
106
const
name = address.sheetName;
Callers
nothing calls this directly
Calls
2
forEach
Method · 0.95
push
Method · 0.45
Tested by
no test coverage detected