MCPcopy
hub / github.com/exceljs/exceljs / getColumn

Method getColumn

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

* Access an individual columns by key, letter and 1-based column number

(indexOrKey: number | string)

Source from the content-addressed store, hash-verified

1162 * Access an individual columns by key, letter and 1-based column number
1163 */
1164 getColumn(indexOrKey: number | string): Column;
1165
1166 /**
1167 * Cut one or more columns (columns to the right are shifted left)

Callers 15

aggregateFunction · 0.65
colWidthMethod · 0.65
getCellExMethod · 0.65
testBookIn.jsFile · 0.65
testBookIn.jsFile · 0.65
gold.spec.jsFile · 0.65
worksheet.spec.jsFile · 0.65

Calls

no outgoing calls

Tested by 1

createCellFunction · 0.52