Skip to content

WorkbookRootsAndDependents

WorkbookRootsAndDependents = object

dependents: object[]

List of cells that have outgoing references. These cells may also have references.

cellId: string

cumulativeSumOutDegrees: number

Rough count of how many cells this cell depends on. The count is not guaranteed to be exact, because it would be more computationally expensive to determine.

sheetName: string


roots: object[]

List of cells that have incoming references, but no outgoing references.

cellId: string

cumulativeSumInDegrees: number

Rough count of how many cells depend on this cell. The count is not guaranteed to be exact, because it would be more computationally expensive to determine.

sheetName: string