handsontable / handsontable/hyperformula
Allow string addresses in API methods `getCellValue`, `setCellValue` etc
Open
@sequba is already working on this.
Since Jan 24, 2023.
Feature
Good First Issue
Impact: Medium
- Dominant language
- TypeScript
- Stars
- 2.8k
- Forks
- 171
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 7
Description
Description
It would be nice to be able to write:
const result = hfInstance.getCellValue('A1');
The old way should still work for backwards compatibility
Links
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.
Assessment
This issue has not been assessed yet.