How to get all cellPrecedents & cellDependents from one address? #889
Replies: 2 comments 4 replies
-
|
Beta Was this translation helpful? Give feedback.
-
That's right, currently HF supports only single-hop precedents/dependents. In order to get them all, you can apply BFS-like approach:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hyperformula has these 2 functions:
getCellPrecedents
&getCellDependents
.However they only get the immediate children/parents.
I need to get all the children/parents from an address in an efficient way.
The current hyperformula functions such as GraphBuilder.ts
processDependencies
expect all dependencies to be given up front, not just one node.Beta Was this translation helpful? Give feedback.
All reactions