handsontable / handsontable/hyperformula
Pass back ExportedCellChange in sheetRenamed Listener
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 171
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the sheetRenamed listener and the ExportedCellChange type, then read discussion 918 for the intended behavior. Trace how sheet rename events are handled and verify that dependent changes from a rename are returned through the listener, with coverage for the resulting exported changes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100