Posted 9 October 2017, 11:34 pm EST
I have tried with online demo (https://www.grapecity.com/en/demos/spread/JS/InspectorSample/ ) and failed.
There has two sheet A and B, A has 20 columns and B has 10 columns,
when I copy a whole row from A to B , paste will failed
but if I copy a whole row from B to A , paste will succed.
It seems that current spreadjs can only copy rows(less columns) to other sheet rows(more columns) , BTW copy a whole columns also has similar problem
step to recreate with InspectorSample
- create a new sheet with name sheet10 by click icon ‘+’ (the sheet has columns A~T)
- switch to sheet Formula , copy the row 21
- switch to sheet10, click any row,try to paste , nothing happened
I know it maybe lead to datastructure problem when copying between different sheet, but the cell in row 21 after G21 cell are all blank and maybe can be ignored when copy/paste.
Can anyone help me on this problem?
Thanks very much!