Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Merged cell range #66

Copy link
Copy link
@rbn920

Description

@rbn920
Issue body actions

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.