Posted 3 April 2019, 8:09 am EST
Hi,
We are evaluating the possiblity of using FlexSheet to migrate an Excel file to a web application (Angular 7+). We would need to be able to share formulas across multiple FlexSheet instances, and we were wondering if this is possible.
In a way, it would be like having many sheets, but in separate windows/areas.
So a formula could look something like:
=SUM(Instance1(A1), Instance2(B3))
, which would add up the cell A1 from FlexSheet instance 1, to cell B3 from FlexSheet instance 2.
This would allow us to prevent having one big spreadsheet with various areas inside it, and have a website with multiple excel components communicating between them.
Also, are there hooks we can subscribe to? Like for instance, when a cell has changed, when a formula has been recalculated, when the instance has been loaded, etc.
Thanks a lot!