Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/exceljs/exceljs
/ worksheet-table.spec.js
File
worksheet-table.spec.js
spec/unit/doc/worksheet-table.spec.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
colCache = verquire(
'utils/col-cache'
);
2
const
Excel = verquire(
'exceljs'
);
3
4
const
spliceArray = (a, index, count, ...rest) => {
Callers
nothing calls this directly
Calls
12
checkTable
Function · 0.85
spliceArray
Function · 0.85
removeRows
Method · 0.80
removeColumns
Method · 0.80
addColumn
Method · 0.80
addTable
Function · 0.70
commit
Method · 0.65
addRow
Method · 0.65
map
Method · 0.65
getColumn
Method · 0.65
splice
Method · 0.65
addWorksheet
Method · 0.45
Tested by
no test coverage detected