Posted 16 December 2021, 7:24 pm EST
I use GC.Spread.Sheets.Workbook.bind(GC.Spread.Sheets.Events.RangeChanged,…) to subscribe on updates in a workbook.
My use case is:
- Load workbook (xlsx file) with complex formulas and dependencies in it
- Update certain cell in the workbook which triggers about 100 cells to be updated in different worksheets
- Collect all updates
- Exit
Given that bound handler gets triggered separately for every worksheet I am wondering if there is a way to say that calculations have completed?