Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ workbook.spec.js
File
workbook.spec.js
spec/unit/doc/workbook.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
simpleWorkbookModel = require(
'../data/simpleWorkbook.json'
);
2
const
testUtils = require(
'../../utils/index'
);
3
4
const
Excel = verquire(
'exceljs'
);
Callers
nothing calls this directly
Calls
7
createSimpleWorkbook
Function · 0.85
eachSheet
Method · 0.80
getCell
Method · 0.65
getRow
Method · 0.65
duplicateRow
Method · 0.65
addWorksheet
Method · 0.45
getWorksheet
Method · 0.45
Tested by
no test coverage detected