MCPcopy
hub / github.com/exceljs/exceljs / splice

Method splice

index.d.ts:593–593  ·  view source on GitHub ↗

* Cut one or more cells (cells to the right are shifted left) * * Note: this operation will not affect other rows

(start: number, count: number, ...insert: any[])

Source from the content-addressed store, hash-verified

591 * Note: this operation will not affect other rows
592 */
593 splice(start: number, count: number, ...insert: any[]): void;
594
595 /**
596 * Commit a completed row to stream

Callers 14

rollbackMethod · 0.65
spliceRowsMethod · 0.65
spliceColumnsMethod · 0.65
addRowMethod · 0.65
removeRowsMethod · 0.65
addColumnMethod · 0.65
removeColumnsMethod · 0.65
aggregateFunction · 0.65
spliceColumnsMethod · 0.65
spliceArrayFunction · 0.65

Implementers 1

Rowlib/doc/row.js

Calls

no outgoing calls

Tested by 1

spliceArrayFunction · 0.52