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

Support merged Cells #21

Closed
fzumstein opened this issue Jun 1, 2014 · 8 comments
Closed

Support merged Cells #21

fzumstein opened this issue Jun 1, 2014 · 8 comments
Milestone

Comments

@fzumstein
Copy link
Member

No description provided.

@fzumstein fzumstein modified the milestone: v0.2.3 Oct 6, 2014
@fzumstein fzumstein modified the milestones: v0.2.3, v0.2.4 Oct 13, 2014
@fzumstein fzumstein modified the milestones: v0.3.0, v0.3.1 Nov 25, 2014
@fzumstein fzumstein modified the milestones: v0.3.1, v0.3.2, v0.3.3, v0.3.4 Jan 16, 2015
@fzumstein fzumstein modified the milestone: v0.3.4 Mar 9, 2015
@astrojuanlu
Copy link
Contributor

Does xlwings support merged cells already? Just a follow-up in case this issue is outdated.

@fzumstein
Copy link
Member Author

No, no efforts have been made yet on this topic...

@rcaravella
Copy link

I recently tried to merge cells using the workaround listed in the docs
sht.range('A1:A10').api.Merge = True

My script seemed to get stuck in an infinite loop. I am not sure if I was doing something incorrectly in the code or if there was some underlying bug. I am happy to help on trying to get this feature added to xlwings but would need some guidance as I am new to open source contributions.

@niccolo-fava
Copy link

Any news about this feature?

@fzumstein
Copy link
Member Author

still didn't get to the top, no

@ltx1171135686
Copy link

sht.range('A1:A5').api.merge()

@ltx1171135686
Copy link

ltx1171135686 commented Aug 22, 2019

I recently tried to merge cells using the workaround listed in the docs
sht.range('A1:A10').api.Merge = True

My script seemed to get stuck in an infinite loop. I am not sure if I was doing something incorrectly in the code or if there was some underlying bug. I am happy to help on trying to get this feature added to xlwings but would need some guidance as I am new to open source contributions.

This does have an error. You can try the code below.
sht.range('A1:A5').api.merge()

Best of Luck

@fzumstein fzumstein added this to the 0.18.0 milestone Feb 15, 2020
@fzumstein
Copy link
Member Author

closed by #1257

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

5 participants