Is there any hooks which can be called before handsontable parser to change the value passed to it?
Example:
Cell value: =SUM(A:A)
What I want to pass to the parser: =SUM(A1:A999999)
Is there any hooks which can be called before handsontable parser to change the value passed to it?
Example:
Cell value: =SUM(A:A)
What I want to pass to the parser: =SUM(A1:A999999)
The formula was added by the user, but I don’t want to change it directly, because the user can download the file and edit in excel and might not work as expected
The current formula plugin does not allow injecting changes to the formula as follows.
The formula plugin is planned to support rewriting formulas with custom logic. However, it is still in preparation. Here’s the progress on the new plugin https://github.com/handsontable/handsontable/projects/2
Okay, thanks for the support!