Skip to content
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

Value selection for merged cells #484

Open
amir-zeldes opened this issue Jan 19, 2017 · 0 comments
Open

Value selection for merged cells #484

amir-zeldes opened this issue Jan 19, 2017 · 0 comments

Comments

@amir-zeldes
Copy link
Contributor

If multiple cells containing content are merged, only a single value is selected for the merged cell - the top-left one. This often makes sense, but I would suggest it would be better to follow Excel's behavior, which is:

  • If only one cell is filled, take that value (whatever cell that may be, not only top-left)
  • If multiple cells are filled, take the top/left-most cell that is filled and use that value

So basically, always use content from the top-left-most filled cell in the range being merged for the merge result. I think this make life easier if one happens to want to extend a cell's span upwards or to the left.

Ideally this behavior would work together with the suggestion in #483 , such that all other cells whose values were not picked then get cleared beneath the merged cell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants