Posted 28 August 2022, 10:27 am EST
Hi teams,
End user copy a string from another application (such as: Notepad++).
After that, end user access my application and they want to paste the above string to a specific cell on SpreadJS without select this cell by mouse click.
So, after init spread, i want to set default specific cell/range and allow user to paste as the above requirement.
How can i do it ?