-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
Comments
Does xlwings support merged cells already? Just a follow-up in case this issue is outdated. |
No, no efforts have been made yet on this topic... |
I recently tried to merge cells using the workaround listed in the docs 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. |
Any news about this feature? |
still didn't get to the top, no |
sht.range('A1:A5').api.merge() |
This does have an error. You can try the code below. Best of Luck |
closed by #1257 |
No description provided.
The text was updated successfully, but these errors were encountered: