-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Copy/paste doesn't update reference cell when referencing another sheet. #122
Comments
Hello @Haplo064! |
Thanks John, We will update the doc server and hopefully the issue will be cleared. I'll close this off now. |
We finally had time to update the test environment, up to 4.3.5, and the issue is still withstanding. Steps attempted: On sheet1. Create a new sheet. (sheet2) Select cell A1 on sheet2. What is expected is that cell A2 on sheet2 should be sheet1!A2, and show '2' in this example. |
Is there anyone who can look at this? |
Hi there. Seems that it is another bug. We try to fix it in next version. |
Issue fixed in 5.1.0 so closing it |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When you copy a cell with a formula referencing another sheet, and then paste that cell, the cell doesn't update the other sheet cell to the expected new value.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Copy a cell with a formula referencing another sheets cell, and paste that cell somewhere else. The cell is identical to the first cell, instead of updating the cell.
What is the expected behavior?
Update the cell reference.
Which versions of DocumentServer, and which browser / OS are affected by this issue? Did this work in previous versions of DocumentServer?
All browsers. Current DocumentServer. Don't know if it worked previously.
In example, copying: CellB2 [=sheet1!A1] and pasting it to CellB3, should change the cell to [=sheet1!A2] but it leaves it as [=sheet1!A1]
The text was updated successfully, but these errors were encountered: