hyperformula
hyperformula copied to clipboard
Pass back ExportedCellChange in sheetRenamed Listener
Description
https://github.com/handsontable/hyperformula/discussions/918#discussioncomment-2365097
When a sheet is renamed, a list of ExportedCellChange
should be passed back in the sheetRenamed
Listener. This would allow for the dependent cell values in the original data source to be kept up to date upon a sheet rename event.
I was thinking about a method getSheetDependents(sheetId)
similar to getCellDependents
that returns a list of all the cells (in sheets other then sheetId
) that contain a reference to sheetId
. Will that work for you?
Details have been discussed in #918
@sequba That would also work!
(in sheets other then sheetId)
Think it might be useful to also include cells in sheetId
if for some reason, a cell references another cell in the same sheet using SheetName!
cell notation.