WorkbookRootsAndDependents
WorkbookRootsAndDependents =
object
Properties
Section titled “Properties”dependents
Section titled “dependents”dependents:
object[]
List of cells that have outgoing references. These cells may also have references.
cellId
Section titled “cellId”cellId:
string
cumulativeSumOutDegrees
Section titled “cumulativeSumOutDegrees”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
Section titled “sheetName”sheetName:
string
roots:
object[]
List of cells that have incoming references, but no outgoing references.
cellId
Section titled “cellId”cellId:
string
cumulativeSumInDegrees
Section titled “cumulativeSumInDegrees”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
Section titled “sheetName”sheetName:
string