Hi,
I am working with spreadsheet wrapper for React and I am in need of a connection between cell range and cell's html.
For an example, I have "Hello world" in cell "B2". Now I want to get html for that specific cell using sheet.range(1,1) instead of looping through all the cells using document.querySelector('.k-spreadsheet-cell').
Is it possible? If it is then can I get a small example.
Thank you.