rebuildAndRecalculate hangs #544
Replies: 6 comments
-
Are there also ways to speed the rebuild up or a way to avoid it? It takes up several seconds for each sheetset for us and we have multiple sheetsets to calculate. |
Beta Was this translation helpful? Give feedback.
-
Indeed, this function will slow down the engine when called too often. In #493 I listed different solutions for the problem with REFs due to cross-sheet references. Maybe you can avoid calling this function at all? In principle, HyperFormula is designed in such a way that one doesn't have to call |
Beta Was this translation helpful? Give feedback.
-
I do:
after that I have |
Beta Was this translation helpful? Give feedback.
-
Yes, you should first add all sheets and only then set cell contents:
This will avoid the problem with references to non-existing sheets. |
Beta Was this translation helpful? Give feedback.
-
ah ok, I'll try that |
Beta Was this translation helpful? Give feedback.
-
it works without |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What can I do when
rebuildAndRecalculate
freezes my browser?On a specific sheetset I freezes forever.
Beta Was this translation helpful? Give feedback.
All reactions