-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
pictures.add does not seem to change width and height if called in loop #1491
Comments
Can you please change this into a self-contained code snippet? i.e. include the plotting part, imports etc. |
You mean like this?
|
Yes exactly, but shouldn't the pictures be non overlapping from the left and width parameters chosen above? |
Gotcha, yes, there seems to be an inconsistency in that the |
Have the same issue. If I do So @fzumstein , do you find other solution? BTW, I think the issue doesn't appear in old-old Excel versions like 2007 and 2010. |
OS: Windows 10
Versions of xlwings, Excel and Python: 0.21.4, Office 365, Python 3.8.2
When I call pictures.add it does not seem to change width and height of the second and further pictures if called in a loop. It could be related to:
https://stackoverflow.com/questions/65688768/why-are-the-properties-height-and-width-not-adjusting-the-picture-size-in-ex
Include a minimal code sample to reproduce the issue (and attach a sample workbook if required!)
The text was updated successfully, but these errors were encountered: