Posted 6 February 2018, 5:42 am EST
Hi,
I want to set focus,cursor to the first cell in the spreadJs sheet.I tried below code :
activeSheet.setActiveCell(0, 0);
activeSheet.startEdit();
By using above code the focus is set to the first cell of the sheet and first cell converted to edit mode.Due to which all the table data is pasted in the first cell only.Want to focus on the first cell only.
when i am pasting 3-4 line text it is copying only in first cell .
Thanks,
Varad
