hyperformula
hyperformula copied to clipboard
Allow string addresses in API methods `getCellValue`, `setCellValue` etc
Description
It would be nice to be able to write:
const result = hfInstance.getCellValue('A1');
The old way should still work for backwards compatibility