MCPcopy
hub / github.com/exceljs/exceljs / add

Method add

index.d.ts:1664–1664  ·  view source on GitHub ↗
(locStr: string, name?: string)

Source from the content-addressed store, hash-verified

1662 getMatrix(name: string): CellMatrix;
1663 // add a name to a cell. locStr in the form SheetName!$col$row or SheetName!$c1$r1:$c2:$r2
1664 add(locStr: string, name?: string): void;
1665 addEx(location: string | Location, name: string): Cell;
1666
1667 remove(locStr: string | Location, name: string): void;

Callers 8

dataValidationMethod · 0.65
prepareMethod · 0.65
testSax2.jsFile · 0.65
checkRowFunction · 0.65
addRowFunction · 0.65
testStringtable.jsFile · 0.65

Implementers 1

DefinedNameslib/doc/defined-names.js

Calls

no outgoing calls

Tested by

no test coverage detected