MCPcopy
hub / github.com/exceljs/exceljs / spliceColumns

Method spliceColumns

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

* Cut one or more columns (columns to the right are shifted left) * and optionally insert more * * If column properties have been definde, they will be cut or moved accordingly * * Known Issue: If a splice causes any merged cells to move, the results may be unpredictable * * Also: If t

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

Source from the content-addressed store, hash-verified

1175 * the rows will still be shifted as if the values existed
1176 */
1177 spliceColumns(start: number, count: number, ...insert: any[][]): void;
1178
1179 /**
1180 * Add column headers and define column keys and widths.

Callers 6

spliceColumnsMethod · 0.65
spliceColumnsMethod · 0.65
addSheetFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected