I apologize if my question was already answered but I didn’t find any relevant answer.
I would like to dynamically edit cell value therefore I used:
hot.getActiveEditor().beginEditing();
it edits cell but I don’t see original value, only empty.
Example:
https://jsfiddle.net/janzitniak/qdg420v8/6/
Please select to any cell and then click to Set value to selected cell button.
Thank you for any help.