Replies: 1 comment 1 reply
-
getCellDependents and getCellPrecedents are not what you're looking for? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm migrating from other plugin and I'm replacing some code to use hyperformula.
Is there a way to get all cells which references other cells?
In the old plugin I could do it like this:
formulaPlugin.sheet.matrix.cellReferences
So it would return a array with cells like that:
Where row and column references the cell reference, and rowOffset and columnOffset references to the cell which is making the reference.
Hyperformula has something similar to that?
Beta Was this translation helpful? Give feedback.
All reactions