-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Copy/Paste range of data should behave like Excel #2685
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
Labels
Milestone
Comments
Possible implementation is available here: |
Current behaviorOnly cell B4 restores its initial value. Expected/desired behaviorAll cells B4-B7 restore their initial values |
Current behaviorC9 to C11 values are changed from 1,2,1 to 5,2,1 Expected/desired behaviorC9 to C11 values are changed from 1,2,1 to 5,4,3 |
Cells formatting is not preserved on copy/paste:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Pasting a single value in a multi-cell range pastes the value only to the first cell in the range.
Suggested in Ticket 1086515
Public Feedback item
Reproduction of the problem
Current behavior
Only cell B4 receives the value of "Calzone".
Expected/desired behavior
All cells B4-B7 should have the value Calzone".
Environment
The text was updated successfully, but these errors were encountered: