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

Merged cell range #66

Open
rbn920 opened this issue Dec 9, 2015 · 0 comments
Open

Merged cell range #66

rbn920 opened this issue Dec 9, 2015 · 0 comments

Comments

@rbn920
Copy link

rbn920 commented Dec 9, 2015

Interesting issue here, excel actual struggles with it in a way itself. Say you have a column of data and each row is three merged cells. You only input a single value in each merged cell but excelpython creates a tuple as so:
((Value, None, None), (Value, None, None),.......)

Excel has a similar problem. For example, when using VLOOKUP with merged columns it treats the merged columns as individual cells.

I should add that for a single merged cell excelpython acts as expected.

Having said that, I'm not sure there is a good way to solve this since it is more of an issue of how excel defines a range when selected with a mouse. ie. rows 1 thru 5 when A thru C are merged ends up A1:C5 rather than A1:C1

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

No branches or pull requests

1 participant